SimpleServlets v5.5.0

Uses of Class
com.simpleservlets.pageprocessor.PageProcessorException

Packages that use PageProcessorException
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 PageProcessorException in com.simpleservlets.htmlobjects
 

Methods in com.simpleservlets.htmlobjects that throw PageProcessorException
static int HTMLUtil.send(HTMLPage page, PageContext pc)
          Sends the content on the specified page as text/html.
 

Uses of PageProcessorException in com.simpleservlets.pageprocessor
 

Methods in com.simpleservlets.pageprocessor that throw PageProcessorException
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.
 PageHandler PageProcessor.getFrontPage()
          Returns the page handler designated as the front page.
 PageHandler PageProcessor.getPage(String pageName)
          Returns the page handler for the page with the specified name.
 PageHandler PageProcessor.getPage(String pageName, Class<? extends PageHandler> pageType)
          Returns the page handler for the page with the specified name.
protected  HTMLColor HTMLObjectsPageHandler.getPageBackgroundColor(PageContext pc)
          Returns the background color that should be currently used for this page.
 String PageProcessor.getPageName(PageHandler handler)
          Returns the name that was associated with the specified PageHandler.
 String PageContext.getPageURI(PageHandler handler)
          Returns a URI which includes the session/sequence information and the page name for the specified handler.
 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(PageHandler handler, String paramKey, int paramValue)
          Returns a URI which includes the session/sequence information and the page name for the specified handler and the specified single parameter.
 String PageContext.getPageURI(PageHandler handler, String paramKey, Object paramValue)
          Returns a URI which includes the session/sequence information and the page name for the specified handler and the specified single parameter.
 String PageContext.getPageURI(PageHandler handler, String paramKey, String paramValue)
          Returns a URI which includes the session/sequence information and the page name for the specified handler and the specified single parameter.
 String PageContext.getPageURI(String pageName)
          Returns a URI which includes the session/sequence information and the specified page name.
 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.
 String PageContext.getPageURI(String pageName, String paramKey, int paramValue)
          Returns a URI which includes the session/sequence information and the specified page name and the specified single parameter.
 String PageContext.getPageURI(String pageName, String paramKey, Object paramValue)
          Returns a URI which includes the session/sequence information and the specified page name and the specified single parameter.
 String PageContext.getPageURI(String pageName, String paramKey, String paramValue)
          Returns a URI which includes the session/sequence information and the specified page name and the specified single parameter.
 InputStream PageProcessor.getResourceAsStream(String pathToResource)
          Retrieves a stream to a resource typically in the web-app context, typically from a file in a WAR-file.
 ValueMap PageProcessor.getResourceAsValueMap(String pathToResource)
          Creates a ValueMap from a resource typically in the web-app context, typically from a file in a WAR-file.
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.
abstract  void PageProcessor.setup()
          Implemented by subclasses to configure initial settings.
 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.