public abstract class AbstractApplicationRequestCycleListener extends org.apache.wicket.request.cycle.AbstractRequestCycleListener implements Serializable
AbstractApplicationRequestCycleListener and implement the method
newExceptionPage(RequestCycle, 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(org.apache.wicket.request.cycle.RequestCycle cycle,
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 abstract org.apache.wicket.request.component.IRequestablePage newExceptionPage(org.apache.wicket.request.cycle.RequestCycle cycle,
Exception exception)
cycle - the cycleexception - the exceptionpublic 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.AbstractRequestCycleListenerCopyright © 2010–2017 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.