Uses of Interface
org.apache.tapestry5.services.LinkCreationListener2
Packages that use LinkCreationListener2
Package
Description
[INTERNAL USE ONLY] internal support classes; API subject to change.
[INTERNAL USE ONLY] internal service classes; API subject to change
Core services
-
Uses of LinkCreationListener2 in org.apache.tapestry5.internal
Methods in org.apache.tapestry5.internal that return LinkCreationListener2Modifier and TypeMethodDescriptionstatic LinkCreationListener2
TapestryInternalUtils.toLinkCreationListener2
(LinkCreationListener delegate) -
Uses of LinkCreationListener2 in org.apache.tapestry5.internal.services
Classes in org.apache.tapestry5.internal.services that implement LinkCreationListener2Modifier and TypeClassDescriptionclass
Implements simple client-persistent properties.class
A defaultLinkCreationListener2
that triggers theEventConstants.DECORATE_COMPONENT_EVENT_LINK
andEventConstants.DECORATE_PAGE_RENDER_LINK
events as links are generated.Methods in org.apache.tapestry5.internal.services with parameters of type LinkCreationListener2Modifier and TypeMethodDescriptionvoid
LinkSourceImpl.addListener
(LinkCreationListener2 listener) Constructor parameters in org.apache.tapestry5.internal.services with type arguments of type LinkCreationListener2ModifierConstructorDescriptionLinkSourceImpl
(PageRenderQueue pageRenderQueue, PageActivationContextCollector contextCollector, TypeCoercer typeCoercer, ComponentClassResolver resolver, ComponentEventLinkEncoder linkEncoder, RequestGlobals requestGlobals, RequestPageCache pageCache, List<LinkCreationListener2> configuration) -
Uses of LinkCreationListener2 in org.apache.tapestry5.modules
Method parameters in org.apache.tapestry5.modules with type arguments of type LinkCreationListener2Modifier and TypeMethodDescriptionstatic void
InternalModule.contributeLinkSource
(OrderedConfiguration<LinkCreationListener2> configuration) Contributes: LinkDecoration (instance ofLinkDecorationListener
) Triggers events for notifications about links -
Uses of LinkCreationListener2 in org.apache.tapestry5.services
Methods in org.apache.tapestry5.services with parameters of type LinkCreationListener2Modifier and TypeMethodDescriptionvoid
LinkCreationHub.addListener
(LinkCreationListener2 listener) Adds a listener.