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.
|
Class and Description |
---|
ICallback
Defines a callback, an object which is used to invoke or reinvoke a method
on an object or component in a later request cycle.
|