Package | Description |
---|---|
org.apache.tapestry.callback |
Provides implementations of callbacks, objects that encapsulate a server request that is deferred,
typically to allow a user to login or otherwise authenticate before proceeding with
some other activity.
|
Modifier and Type | Class and Description |
---|---|
class |
DirectCallback
Simple callback for re-invoking a
IDirect trigger. |
class |
ExternalCallback
A callback for returning to an
IExternalPage . |
class |
PageCallback
Simple callback for returning to a page.
|