public abstract class AbstractApplicationRequestCycleListener extends org.apache.wicket.request.cycle.AbstractRequestCycleListener implements Serializable
AbstractApplicationRequestCycleListener and implement the method
newExceptionPage(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 |
newExceptionPage(Exception exception)
Abstract factory method for create an application specific exception page.
|
org.apache.wicket.request.IRequestHandler |
onException(org.apache.wicket.request.cycle.RequestCycle cycle,
Exception exception) |
public AbstractApplicationRequestCycleListener()
public org.apache.wicket.request.IRequestHandler onException(org.apache.wicket.request.cycle.RequestCycle cycle,
Exception exception)
onException in interface org.apache.wicket.request.cycle.IRequestCycleListeneronException in class org.apache.wicket.request.cycle.AbstractRequestCycleListenerpublic abstract org.apache.wicket.request.component.IRequestablePage newExceptionPage(Exception exception)
exception - the exceptionCopyright © 2010–2016 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.