org.syncope.console
Class SyncopeRequestCycle

java.lang.Object
  extended by org.apache.wicket.RequestCycle
      extended by org.apache.wicket.protocol.http.WebRequestCycle
          extended by org.syncope.console.SyncopeRequestCycle

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

SyncopeRequestCycle


Field Summary
 
Fields inherited from class org.apache.wicket.RequestCycle
application, processor, request, response
 
Constructor Summary
SyncopeRequestCycle(org.apache.wicket.protocol.http.WebApplication application, org.apache.wicket.protocol.http.WebRequest request, org.apache.wicket.Response response)
          SyncopeRequestCycle constructor
 
Method Summary
 org.apache.wicket.Page onRuntimeException(org.apache.wicket.Page cause, java.lang.RuntimeException e)
          Syncope RestClientException handler.
 
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, onBeginRequest, onEndRequest, 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

SyncopeRequestCycle

public SyncopeRequestCycle(org.apache.wicket.protocol.http.WebApplication application,
                           org.apache.wicket.protocol.http.WebRequest request,
                           org.apache.wicket.Response response)
SyncopeRequestCycle constructor

Parameters:
application - the web application
request - the web request
response - the web response
Method Detail

onRuntimeException

public final org.apache.wicket.Page onRuntimeException(org.apache.wicket.Page cause,
                                                       java.lang.RuntimeException e)
Syncope RestClientException handler.

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


Copyright © 2010. All Rights Reserved.