Uses of Class
org.apache.tapestry5.corelib.base.AbstractLink
Packages that use AbstractLink
Package
Description
Base components intended to be extended by other components rather than
used directly in templates.
The set of core components available in all Tapestry applications
-
Uses of AbstractLink in org.apache.tapestry5.corelib.base
Subclasses of AbstractLink in org.apache.tapestry5.corelib.baseModifier and TypeClassDescriptionclass
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.componentsModifier and TypeClassDescriptionclass
Component that triggers an action on the server with a subsequent full page refresh.class
A close relative ofActionLink
except in two ways.class
Generates a render request link to some other page in the application.