org.apache.wicket
Class RestartResponseAtInterceptPageException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.wicket.request.RequestHandlerStack.ReplaceHandlerException
                  extended by org.apache.wicket.request.flow.ResetResponseException
                      extended by org.apache.wicket.RestartResponseAtInterceptPageException
All Implemented Interfaces:
java.io.Serializable

public class RestartResponseAtInterceptPageException
extends ResetResponseException

Causes Wicket to interrupt current request processing and immediately redirect to an intercept page.

See Also:
Serialized Form

Constructor Summary
RestartResponseAtInterceptPageException(java.lang.Class<? extends Page> interceptPageClass)
          Redirects to the specified intercept page, this will result in a bookmarkable redirect.
RestartResponseAtInterceptPageException(java.lang.Class<? extends Page> interceptPageClass, PageParameters parameters)
          Redirects to the specified intercept page, this will result in a bookmarkable redirect.
RestartResponseAtInterceptPageException(Page interceptPage)
          Redirects to the specified interceptPage.
 
Method Summary
 
Methods inherited from class org.apache.wicket.request.RequestHandlerStack.ReplaceHandlerException
fillInStackTrace
 
Methods inherited from class java.lang.Throwable
getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RestartResponseAtInterceptPageException

public RestartResponseAtInterceptPageException(Page interceptPage)
Redirects to the specified interceptPage.

Parameters:
interceptPage -

RestartResponseAtInterceptPageException

public RestartResponseAtInterceptPageException(java.lang.Class<? extends Page> interceptPageClass)
Redirects to the specified intercept page, this will result in a bookmarkable redirect.

Parameters:
interceptPageClass -

RestartResponseAtInterceptPageException

public RestartResponseAtInterceptPageException(java.lang.Class<? extends Page> interceptPageClass,
                                               PageParameters parameters)
Redirects to the specified intercept page, this will result in a bookmarkable redirect.

Parameters:
interceptPageClass -
parameters -


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.