SimpleServlets v5.5.0

com.simpleservlets.pageprocessor
Interface PageHandler

All Known Subinterfaces:
ReloadPageHandler
All Known Implementing Classes:
GenericErrorPage, GenericReloadPage, HTMLObjectsPageHandler

public interface PageHandler

Implemented by classes that want to handle requests for pages from the PageProcessor.

Author:
Paul Hyde

Method Summary
 void processRequest(PageContext pc)
          Called by the PageProcessor when a request for a dynamic page comes up.
 

Method Detail

processRequest

void processRequest(PageContext pc)
                    throws PageProcessorException
Called by the PageProcessor when a request for a dynamic page comes up.

Throws:
PageProcessorException

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.