SimpleServlets v5.5.0
A B C D E F G H I K L M N O P R S T U V W Y Z

P

PageContext - Class in com.simpleservlets.pageprocessor
Encapsulates the context for this page request/response cycle.
PageContext(HttpServletRequest, HttpServletResponse, Session, String, PageProcessor) - Constructor for class com.simpleservlets.pageprocessor.PageContext
Used primarily by PageProcessor to create a context to pass when each request comes in.
PageHandler - Interface in com.simpleservlets.pageprocessor
Implemented by classes that want to handle requests for pages from the PageProcessor.
PageProcessor - Class in com.simpleservlets.pageprocessor
This abstract class is subclassed by the application-specific class where the abstract PageProcessor.setup() method is implemented.
PageProcessor() - Constructor for class com.simpleservlets.pageprocessor.PageProcessor
 
PageProcessorException - Exception in com.simpleservlets.pageprocessor
Thrown to indicate that there was a problem servicing the request.
PageProcessorException(String, Throwable) - Constructor for exception com.simpleservlets.pageprocessor.PageProcessorException
 
PageProcessorException(Throwable) - Constructor for exception com.simpleservlets.pageprocessor.PageProcessorException
 
PageProcessorException(String) - Constructor for exception com.simpleservlets.pageprocessor.PageProcessorException
 
PageProcessorException() - Constructor for exception com.simpleservlets.pageprocessor.PageProcessorException
 
PALE_GOLDEN_ROD - Static variable in class com.simpleservlets.htmlobjects.HTMLColor
The color 'Pale Golden Rod'.
PALE_GREEN - Static variable in class com.simpleservlets.htmlobjects.HTMLColor
The color 'Pale Green'.
PALE_TURQUOISE - Static variable in class com.simpleservlets.htmlobjects.HTMLColor
The color 'Pale Turquoise'.
PALE_VIOLET_RED - Static variable in class com.simpleservlets.htmlobjects.HTMLColor
The color 'Pale Violet Red'.
PAPAYA_WHIP - Static variable in class com.simpleservlets.htmlobjects.HTMLColor
The color 'Papaya Whip'.
param - Variable in class com.simpleservlets.pageprocessor.PageContext
The ValueMap for the "request parameters".
ParameterList - Class in com.simpleservlets.pageprocessor
Collects key-value pairs for URL-encoding.
ParameterList(String, String) - Constructor for class com.simpleservlets.pageprocessor.ParameterList
 
ParameterList(String, Object) - Constructor for class com.simpleservlets.pageprocessor.ParameterList
 
ParameterList(String, int) - Constructor for class com.simpleservlets.pageprocessor.ParameterList
 
ParameterList() - Constructor for class com.simpleservlets.pageprocessor.ParameterList
 
PEACH_PUFF - Static variable in class com.simpleservlets.htmlobjects.HTMLColor
The color 'Peach Puff'.
PERU - Static variable in class com.simpleservlets.htmlobjects.HTMLColor
The color 'Peru'.
PINK - Static variable in class com.simpleservlets.htmlobjects.HTMLColor
The color 'Pink'.
PLUM - Static variable in class com.simpleservlets.htmlobjects.HTMLColor
The color 'Plum'.
POWDER_BLUE - Static variable in class com.simpleservlets.htmlobjects.HTMLColor
The color 'Powder Blue'.
process() - Method in class com.simpleservlets.htmlobjects.TreeClimber
 
processMarkupEntities(String) - Static method in class com.simpleservlets.htmlobjects.HTMLUtil
Processes the string passed in substituting the any of the special markup language characters with their markup entities.
processor - Variable in class com.simpleservlets.pageprocessor.PageContext
The PageProcessor that created this PageContext to handle an incoming request.
processRequest(PageContext, HTMLElement) - Method in class com.simpleservlets.pageprocessor.GenericErrorPage
 
processRequest(PageContext, String) - Method in class com.simpleservlets.pageprocessor.GenericReloadPage
 
processRequest(PageContext, HTMLElement) - Method in class com.simpleservlets.pageprocessor.GenericReloadPage
 
processRequest(PageContext, HTMLElement, String) - Method in class com.simpleservlets.pageprocessor.GenericReloadPage
 
processRequest(PageContext) - Method in class com.simpleservlets.pageprocessor.HTMLObjectsPageHandler
This implementation of the PageHandler method creates an HTML element container and then calls HTMLObjectsPageHandler.processRequest(PageContext, HTMLElement) to fill up the container.
processRequest(PageContext, HTMLElement) - Method in class com.simpleservlets.pageprocessor.HTMLObjectsPageHandler
This method is called whenever there is a request aimed at this page.
processRequest(PageContext) - Method in interface com.simpleservlets.pageprocessor.PageHandler
Called by the PageProcessor when a request for a dynamic page comes up.
processRequest(PageContext, String) - Method in interface com.simpleservlets.pageprocessor.ReloadPageHandler
Requests that the reload/refresh warning page be shown.
PURPLE - Static variable in class com.simpleservlets.htmlobjects.HTMLColor
The color 'Purple'.

SimpleServlets v5.5.0
A B C D E F G H I K L M N O P R S T U V W Y Z
Copyright © 2001-2007 Programix Incorporated. All rights reserved. SimpleServlets is free and is OSI Certified Open Source Software under the BSD license.