|
SimpleServlets v5.5.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PageHandler | |
|---|---|
| com.simpleservlets.pageprocessor | The PageProcessor library makes it easy to organize an application as a collection of "pages" under one servlet. |
| Uses of PageHandler in com.simpleservlets.pageprocessor |
|---|
| Subinterfaces of PageHandler in com.simpleservlets.pageprocessor | |
|---|---|
interface |
ReloadPageHandler
Interface for "reload" warning pages. |
| Classes in com.simpleservlets.pageprocessor that implement PageHandler | |
|---|---|
class |
GenericErrorPage
Page shown (by default) when an unexpected error occurs. |
class |
GenericReloadPage
Page shown (by default) when reload/refresh or submission of an old page occurs. |
class |
HTMLObjectsPageHandler
This class bridges the world of HTML Objects and PageProcessor. |
| Methods in com.simpleservlets.pageprocessor that return PageHandler | |
|---|---|
PageHandler |
PageProcessor.getErrorPage()
Returns the page handler designated as the error 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. |
| Methods in com.simpleservlets.pageprocessor with parameters of type PageHandler | |
|---|---|
void |
PageProcessor.addPage(PageHandler handler,
String pageName)
Add a PageHandler and associate it with the specified
page name. |
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. |
void |
PageProcessor.setErrorPage(PageHandler handler)
Indicates the page to use when an uncaught exception occurs. |
void |
PageProcessor.setFrontPage(PageHandler handler,
String pageName)
Add a PageHandler and associate it with the specified
page name. |
| Method parameters in com.simpleservlets.pageprocessor with type arguments of type PageHandler | |
|---|---|
PageHandler |
PageProcessor.getPage(String pageName,
Class<? extends PageHandler> pageType)
Returns the page handler for the page with the specified name. |
|
SimpleServlets v5.5.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||