Uses of Class
org.apache.wicket.AbortException

Packages that use AbortException
org.apache.wicket The core Wicket package. 
org.apache.wicket.protocol.http.servlet Java Servlet specific implementation of Wicket http classes. 
 

Uses of AbortException in org.apache.wicket
 

Subclasses of AbortException in org.apache.wicket
 class AbstractRestartResponseException
          An exception that causes the request cycle to immediately switch to respond stage.
 class RedirectToUrlException
          Causes wicket to interrupt current request processing and send a redirect to the given url.
 class RestartResponseAtInterceptPageException
          Causes Wicket to interrupt current request processing and immediately redirect to an intercept page.
 class RestartResponseException
          Causes wicket to interrupt current request processing and immediately respond with the specified page.
 

Uses of AbortException in org.apache.wicket.protocol.http.servlet
 

Subclasses of AbortException in org.apache.wicket.protocol.http.servlet
 class AbortWithHttpStatusException
          Causes Wicket to abort processing and set the specified HTTP status code.
 class AbortWithWebErrorCodeException
          Causes Wicket to abort processing and set the specified HTTP error code, with the provided message if provided.
 



Copyright © 2004-2010 Apache Software Foundation. All Rights Reserved.