SimpleServlets v5.5.0

Uses of Package
com.simpleservlets.pageprocessor

Packages that use com.simpleservlets.pageprocessor
com.simpleservlets.htmlobjects HTMLObjects facilitates the Object-Oriented creation of HTML (see HTMLPage to get started). 
com.simpleservlets.pageprocessor The PageProcessor library makes it easy to organize an application as a collection of "pages" under one servlet. 
 

Classes in com.simpleservlets.pageprocessor used by com.simpleservlets.htmlobjects
PageContext
          Encapsulates the context for this page request/response cycle.
PageProcessorException
          Thrown to indicate that there was a problem servicing the request.
 

Classes in com.simpleservlets.pageprocessor used by com.simpleservlets.pageprocessor
HTMLObjectsPageHandler
          This class bridges the world of HTML Objects and PageProcessor.
PageContext
          Encapsulates the context for this page request/response cycle.
PageHandler
          Implemented by classes that want to handle requests for pages from the PageProcessor.
PageProcessor
          This abstract class is subclassed by the application-specific class where the abstract PageProcessor.setup() method is implemented.
PageProcessorException
          Thrown to indicate that there was a problem servicing the request.
ParameterList
          Collects key-value pairs for URL-encoding.
ReloadPageHandler
          Interface for "reload" warning pages.
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
           
SessionInitializer
          Used to specify a block of code that should be executed whenever a new session is created.
 


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.