Uses of Interface
org.apache.tapestry5.services.LinkCreationHub
-
Packages that use LinkCreationHub Package Description org.apache.tapestry5.internal.services [INTERNAL USE ONLY] internal service classes; API subject to changeorg.apache.tapestry5.modules -
-
Uses of LinkCreationHub in org.apache.tapestry5.internal.services
Classes in org.apache.tapestry5.internal.services that implement LinkCreationHub Modifier and Type Class Description class
LinkSourceImpl
Methods in org.apache.tapestry5.internal.services that return LinkCreationHub Modifier and Type Method Description LinkCreationHub
LinkSource. getLinkCreationHub()
Returns the hub, used to register and de-registerLinkCreationListener2
s.LinkCreationHub
LinkSourceImpl. getLinkCreationHub()
-
Uses of LinkCreationHub in org.apache.tapestry5.modules
Methods in org.apache.tapestry5.modules that return LinkCreationHub Modifier and Type Method Description static LinkCreationHub
TapestryModule. buildLinkCreationHub(LinkSource source)
Methods in org.apache.tapestry5.modules with parameters of type LinkCreationHub Modifier and Type Method Description PersistentFieldStrategy
TapestryModule. buildClientPersistentFieldStrategy(LinkCreationHub linkCreationHub, ClientPersistentFieldStrategy service)
-