Uses of Interface
org.apache.tapestry.callback.ICallback

Packages that use ICallback
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. 
 

Uses of ICallback in org.apache.tapestry.callback
 

Classes in org.apache.tapestry.callback that implement ICallback
 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.
 



Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.