public class RequestLoggerRequestCycleListener extends Object implements IRequestCycleListener
Application.getRequestLogger() request logger.| Constructor and Description |
|---|
RequestLoggerRequestCycleListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
onBeginRequest(RequestCycle cycle)
Called when the request cycle object is beginning its response
|
void |
onEndRequest(RequestCycle cycle)
Called when the request cycle object has finished its response
|
void |
onExceptionRequestHandlerResolved(RequestCycle cycle,
org.apache.wicket.request.IRequestHandler handler,
Exception exception)
Called when an
IRequestHandler is resolved for an exception and will be executed. |
void |
onRequestHandlerResolved(RequestCycle cycle,
org.apache.wicket.request.IRequestHandler handler)
Called when an
IRequestHandler is resolved and will be executed. |
void |
onRequestHandlerScheduled(RequestCycle cycle,
org.apache.wicket.request.IRequestHandler handler)
Called when a
IRequestHandler has been scheduled. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitonDetach, onException, onRequestHandlerExecuted, onUrlMappedpublic void onBeginRequest(RequestCycle cycle)
IRequestCycleListeneronBeginRequest in interface IRequestCycleListenerpublic void onRequestHandlerScheduled(RequestCycle cycle, org.apache.wicket.request.IRequestHandler handler)
IRequestCycleListenerIRequestHandler has been scheduled. Can be called multiple times during
a request when new handlers get scheduled for processing.onRequestHandlerScheduled in interface IRequestCycleListenerRequestCycle.scheduleRequestHandlerAfterCurrent(IRequestHandler)public void onRequestHandlerResolved(RequestCycle cycle, org.apache.wicket.request.IRequestHandler handler)
IRequestCycleListenerIRequestHandler is resolved and will be executed.onRequestHandlerResolved in interface IRequestCycleListenerpublic void onExceptionRequestHandlerResolved(RequestCycle cycle, org.apache.wicket.request.IRequestHandler handler, Exception exception)
IRequestCycleListenerIRequestHandler is resolved for an exception and will be executed.onExceptionRequestHandlerResolved in interface IRequestCycleListenerpublic void onEndRequest(RequestCycle cycle)
IRequestCycleListeneronEndRequest in interface IRequestCycleListenerCopyright © 2006–2018 Apache Software Foundation. All rights reserved.