com.alogient.cameleon.extension.wicket
Class WicketRequestCycle

java.lang.Object
  extended by org.apache.wicket.RequestCycle
      extended by org.apache.wicket.protocol.http.WebRequestCycle
          extended by com.alogient.cameleon.extension.wicket.WicketRequestCycle

public class WicketRequestCycle
extends org.apache.wicket.protocol.http.WebRequestCycle

User: Jérôme Mirc Date: 6-Aug-2009 Time: 1:35:33 PM


Field Summary
 
Fields inherited from class org.apache.wicket.RequestCycle
application, processor, request, response
 
Constructor Summary
WicketRequestCycle(org.apache.wicket.protocol.http.WebApplication application, org.apache.wicket.protocol.http.WebRequest request, org.apache.wicket.Response response)
          Constructor which simply passes arguments to superclass for storage there.
 
Method Summary
protected  void onBeginRequest()
          
protected  void onEndRequest()
          
 org.apache.wicket.Page onRuntimeException(org.apache.wicket.Page page, RuntimeException e)
           
 
Methods inherited from class org.apache.wicket.protocol.http.WebRequestCycle
getProcessor, getWebRequest, getWebResponse, getWebSession, isRedirect, newBrowserInfoPage, newClientInfo, onExceptionLoop, redirectTo
 
Methods inherited from class org.apache.wicket.RequestCycle
detach, get, getApplication, getClientInfo, getMetaData, getOriginalResponse, getPageParameters, getRedirect, getRequest, getRequestTarget, getResponse, getResponsePage, getResponsePageClass, getSession, getStartTime, isUrlForNewWindowEncoding, logRuntimeException, onAfterTargetsDetached, onRequestTargetSet, request, request, request, set, setAutomaticallyClearFeedbackMessages, setMetaData, setRedirect, setRequest, setRequestTarget, setResponse, setResponsePage, setResponsePage, setResponsePage, setResponsePage, setUrlForNewWindowEncoding, toString, urlFor, urlFor, urlFor, urlFor, urlFor, urlFor, urlFor, urlFor, urlFor, urlFor, wasHandled
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WicketRequestCycle

public WicketRequestCycle(org.apache.wicket.protocol.http.WebApplication application,
                          org.apache.wicket.protocol.http.WebRequest request,
                          org.apache.wicket.Response response)
Constructor which simply passes arguments to superclass for storage there. This instance will be set as the current one for this thread.

Parameters:
application - The application
request - The request
response - The response
Method Detail

onRuntimeException

public org.apache.wicket.Page onRuntimeException(org.apache.wicket.Page page,
                                                 RuntimeException e)
Overrides:
onRuntimeException in class org.apache.wicket.RequestCycle

onBeginRequest

protected void onBeginRequest()

Overrides:
onBeginRequest in class org.apache.wicket.RequestCycle

onEndRequest

protected void onEndRequest()

Overrides:
onEndRequest in class org.apache.wicket.RequestCycle


Copyright © 2011 Alogient. All Rights Reserved.