Uses of Class
org.apache.tapestry5.corelib.base.AbstractLink

Packages that use AbstractLink
org.apache.tapestry5.corelib.base   
org.apache.tapestry5.corelib.components   
 

Uses of AbstractLink in org.apache.tapestry5.corelib.base
 

Subclasses of AbstractLink in org.apache.tapestry5.corelib.base
 class AbstractComponentEventLink
          Base class for link-generating components that are based on a component event request.
 

Uses of AbstractLink in org.apache.tapestry5.corelib.components
 

Subclasses of AbstractLink in org.apache.tapestry5.corelib.components
 class ActionLink
          Component that triggers an action on the server with a subsequent full page refresh.
 class EventLink
          A close relative of ActionLink except in two ways.
 class PageLink
          Generates a render request link to some other page in the application.
 



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