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
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 cyclecontinuePage - 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
Copyright © 2001-2007
Programix Incorporated.
All rights reserved.
SimpleServlets is free
and is
OSI Certified
Open Source Software under the BSD
license.