public abstract class AbstractApplicationRequestCycleListener extends org.apache.wicket.request.cycle.AbstractRequestCycleListener implements Serializable
AbstractApplicationRequestCycleListener and implement the method
getExceptionPage(Exception) that return an
application specific exception page.| Constructor and Description |
|---|
AbstractApplicationRequestCycleListener() |
| Modifier and Type | Method and Description |
|---|---|
abstract org.apache.wicket.request.component.IRequestablePage |
getExceptionPage(Exception e)
Gets the application specific exception page.
|
org.apache.wicket.request.IRequestHandler |
onException(org.apache.wicket.request.cycle.RequestCycle cycle,
Exception e) |
public AbstractApplicationRequestCycleListener()
public org.apache.wicket.request.IRequestHandler onException(org.apache.wicket.request.cycle.RequestCycle cycle,
Exception e)
onException in interface org.apache.wicket.request.cycle.IRequestCycleListeneronException in class org.apache.wicket.request.cycle.AbstractRequestCycleListenerpublic abstract org.apache.wicket.request.component.IRequestablePage getExceptionPage(Exception e)
e - the eCopyright © 2010–2015 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.