SimpleServlets v5.5.0

Package com.simpleservlets.pageprocessor

The PageProcessor library makes it easy to organize an application as a collection of "pages" under one servlet.

See:
          Description

Interface Summary
PageHandler Implemented by classes that want to handle requests for pages from the PageProcessor.
ReloadPageHandler Interface for "reload" warning pages.
SessionInitializer Used to specify a block of code that should be executed whenever a new session is created.
 

Class Summary
GenericErrorPage Page shown (by default) when an unexpected error occurs.
GenericReloadPage Page shown (by default) when reload/refresh or submission of an old page occurs.
HTMLObjectsPageHandler This class bridges the world of HTML Objects and PageProcessor.
PageContext Encapsulates the context for this page request/response cycle.
PageProcessor This abstract class is subclassed by the application-specific class where the abstract PageProcessor.setup() method is implemented.
ParameterList Collects key-value pairs for URL-encoding.
Session Encapsulates information about a user's session including the session id, the current sequence, and can store session-specific key-value pairs.
Session.Manager  
 

Exception Summary
PageProcessorException Thrown to indicate that there was a problem servicing the request.
 

Package com.simpleservlets.pageprocessor Description

The PageProcessor library makes it easy to organize an application as a collection of "pages" under one servlet. Each page has a name an an associated PageHandler. Requests are automatically directed to the correct PageHandler. A PageHandler can produce all kinds of content including of course HTML.


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.