Package | Description |
---|---|
org.apache.tapestry.engine |
Implementations of the
IEngine interface, including
the standard implementation:
BaseEngine . |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractEngine.handlePageRedirectException(IRequestCycle cycle,
PageRedirectException exception)
Handles
PageRedirectException which involves executing
IRequestCycle.activate(IPage) on the target page (of the exception), until either a
loop is found, or a page succesfully activates. |