SimpleServlets v5.5.0

Uses of Class
com.simpleservlets.pageprocessor.ParameterList

Packages that use ParameterList
com.simpleservlets.pageprocessor The PageProcessor library makes it easy to organize an application as a collection of "pages" under one servlet. 
 

Uses of ParameterList in com.simpleservlets.pageprocessor
 

Methods in com.simpleservlets.pageprocessor with parameters of type ParameterList
 String PageContext.getPageURI(PageHandler handler, ParameterList paramList)
          Returns a URI which includes the session/sequence information and the page name for the specified handler and the specified parameters.
 String PageContext.getPageURI(String pageName, ParameterList paramList)
          Returns a URI which includes the session/sequence information and the specified page name and the specified parameters.
 


SimpleServlets v5.5.0

Copyright © 2001-2007 Programix Incorporated. All rights reserved. SimpleServlets is free and is OSI Certified Open Source Software under the BSD license.