SimpleServlets v5.5.0

Uses of Class
com.simpleservlets.pageprocessor.PageContext

Packages that use PageContext
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. 
 

Uses of PageContext in com.simpleservlets.htmlobjects
 

Methods in com.simpleservlets.htmlobjects with parameters of type PageContext
static int HTMLUtil.send(HTMLPage page, PageContext pc)
          Sends the content on the specified page as text/html.
 

Uses of PageContext in com.simpleservlets.pageprocessor
 

Methods in com.simpleservlets.pageprocessor with parameters of type PageContext
protected  void HTMLObjectsPageHandler.createFooter(PageContext pc, HTMLElement con)
          Subclasses override this method to provide a "footer" that should be at the bottom of the page.
protected  void HTMLObjectsPageHandler.createHeader(PageContext pc, HTMLElement con)
          Subclasses override this method to provide a "header" that should be at the top of the page.
protected  HTMLColor HTMLObjectsPageHandler.getPageBackgroundColor(PageContext pc)
          Returns the background color that should be currently used for this page.
protected  String HTMLObjectsPageHandler.getTitle(PageContext pc)
          Returns the HTML page title that should be currently used for this page.
 void HTMLObjectsPageHandler.processRequest(PageContext pc)
          This implementation of the PageHandler method creates an HTML element container and then calls HTMLObjectsPageHandler.processRequest(PageContext, HTMLElement) to fill up the container.
 void PageHandler.processRequest(PageContext pc)
          Called by the PageProcessor when a request for a dynamic page comes up.
 void GenericErrorPage.processRequest(PageContext pc, HTMLElement con)
           
 void GenericReloadPage.processRequest(PageContext pc, HTMLElement con)
           
protected  void HTMLObjectsPageHandler.processRequest(PageContext pc, HTMLElement con)
          This method is called whenever there is a request aimed at this page.
 void GenericReloadPage.processRequest(PageContext pc, HTMLElement con, String continuePage)
           
 void GenericReloadPage.processRequest(PageContext pc, String continuePage)
           
 void ReloadPageHandler.processRequest(PageContext pc, String continuePage)
          Requests that the reload/refresh warning page be shown.
protected  void HTMLObjectsPageHandler.sendPage(PageContext pc, HTMLElement con)
          This method is called from the subclass to indicate that this page should be delivered to the browser.
 void PageProcessor.showReloadPage(PageContext pc)
          Requests that the reload/refresh warning page be shown.
 void PageProcessor.showReloadPage(PageContext pc, String continuePage)
          Requests that the reload/refresh warning page be shown.
 


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.