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.
|
Constructor and Description |
---|
ExternalCallback(IExternalPage page,
java.lang.Object[] parameters)
Creates a new ExternalCallback for the page.
|