SimpleServlets v5.5.0

com.simpleservlets.pageprocessor
Interface ReloadPageHandler

All Superinterfaces:
PageHandler
All Known Implementing Classes:
GenericReloadPage

public interface ReloadPageHandler
extends PageHandler

Interface for "reload" warning pages. This extension of the general PageHandler interface adds a method to specify the page to link to for the user to "continue" after reading the warning.

Author:
Paul Hyde

Method Summary
 void processRequest(PageContext pc, String continuePage)
          Requests that the reload/refresh warning page be shown.
 
Methods inherited from interface com.simpleservlets.pageprocessor.PageHandler
processRequest
 

Method Detail

processRequest

void processRequest(PageContext pc,
                    String continuePage)
                    throws PageProcessorException
Requests that the reload/refresh warning page be shown. The continuePage indicates the page that the "no reload" page should provide a link to for the user to "continue" on to after reading the warning.

Parameters:
pc - context of the current request/response cycle
continuePage - the page to link to from the warning page. If null is passed in, then the link will be to the original requested page that was part of the reload triggering.
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.