SimpleServlets v5.5.0

Uses of Class
com.simpleservlets.pageprocessor.PageProcessor

Packages that use PageProcessor
com.simpleservlets.pageprocessor The PageProcessor library makes it easy to organize an application as a collection of "pages" under one servlet. 
 

Uses of PageProcessor in com.simpleservlets.pageprocessor
 

Fields in com.simpleservlets.pageprocessor declared as PageProcessor
 PageProcessor PageContext.processor
          The PageProcessor that created this PageContext to handle an incoming request.
 

Constructors in com.simpleservlets.pageprocessor with parameters of type PageProcessor
PageContext(HttpServletRequest request, HttpServletResponse response, Session session, String requestedPage, PageProcessor processor)
          Used primarily by PageProcessor to create a context to pass when each request comes in.
 


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.