Package | Description |
---|---|
org.apache.tapestry |
Tapestry is a comprehensive web application framework, written in Java.
|
org.apache.tapestry.engine |
Implementations of the
IEngine interface, including
the standard implementation:
BaseEngine . |
org.apache.tapestry.error |
Modifier and Type | Method and Description |
---|---|
boolean |
IRequestCycle.isRewound(IComponent component)
Checks to see if the current action id matches the target action id.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractEngine.handleStaleLinkException(IRequestCycle cycle,
StaleLinkException exception)
Invoked by
AbstractEngine.service(WebRequest, WebResponse) if a StaleLinkException is
thrown by the service . |
Modifier and Type | Method and Description |
---|---|
boolean |
RequestCycle.isRewound(IComponent component) |
Modifier and Type | Method and Description |
---|---|
void |
StaleLinkExceptionPresenter.presentStaleLinkException(IRequestCycle cycle,
StaleLinkException cause)
Reports the stale link exception.
|
void |
StaleLinkExceptionPresenterImpl.presentStaleLinkException(IRequestCycle cycle,
StaleLinkException cause) |