Package | Description |
---|---|
org.apache.tapestry.engine |
Implementations of the
IEngine interface, including
the standard implementation:
BaseEngine . |
org.apache.tapestry.error |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractEngine.handleStaleSessionException(IRequestCycle cycle,
StaleSessionException exception)
Invoked by
AbstractEngine.service(WebRequest, WebResponse) if a StaleSessionException is
thrown by the service . |
Modifier and Type | Method and Description |
---|---|
void |
StaleSessionExceptionPresenter.presentStaleSessionException(IRequestCycle cycle,
StaleSessionException cause)
Reports the stale session exception.
|
void |
StaleSessionExceptionPresenterImpl.presentStaleSessionException(IRequestCycle cycle,
StaleSessionException cause) |