Package | Description |
---|---|
org.apache.tapestry.link |
Components for creating links on the page that trigger application behavior
when clicked.
|
Modifier and Type | Class and Description |
---|---|
class |
ActionLink
Deprecated.
To be removed in 4.1
|
class |
DirectLink
A component for creating a link using the direct service; used for actions that are not dependant
on dynamic page state.
|
class |
ExternalLink
A component for creating a link to
IExternalPage using the
ExternalService . |
class |
GenericLink
An implementation of
ILinkComponent
that allows
the exact HREF to be specified, usually used for client side
scripting. |
class |
PageLink
A component for creating a navigation link to another page, using the page service.
|
class |
ServiceLink
A component for creating a link for an arbitrary
engine service . |