|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.wicket.RequestCycle
org.apache.wicket.protocol.http.WebRequestCycle
org.apache.wicket.examples.WicketExampleRequestCycle
public class WicketExampleRequestCycle
Handles the PageExpiredException so that the SourcesPage can recover from a session expired.
Field Summary |
---|
Fields inherited from class org.apache.wicket.RequestCycle |
---|
application, processor, request, response |
Constructor Summary | |
---|---|
WicketExampleRequestCycle(WebApplication application,
WebRequest request,
Response response)
Construct. |
Method Summary | |
---|---|
Page |
onRuntimeException(Page page,
java.lang.RuntimeException e)
Template method that is called when a runtime exception is thrown, just before the actual handling of the runtime exception. |
Methods inherited from class org.apache.wicket.protocol.http.WebRequestCycle |
---|
getProcessor, getWebRequest, getWebResponse, getWebSession, isRedirect, newBrowserInfoPage, newClientInfo, redirectTo |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public WicketExampleRequestCycle(WebApplication application, WebRequest request, Response response)
application
- request
- response
- Method Detail |
---|
public Page onRuntimeException(Page page, java.lang.RuntimeException e)
RequestCycle
AbstractRequestCycleProcessor.respond(RuntimeException, RequestCycle)
.
onRuntimeException
in class RequestCycle
page
- Any page context where the exception was throwne
- The exception
RequestCycle.onRuntimeException(org.apache.wicket.Page,
java.lang.RuntimeException)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |