Uses of Class
org.apache.tapestry5.ioc.annotations.Match
-
Packages that use Match Package Description org.apache.tapestry5.jcache.module org.apache.tapestry5.modules -
-
Uses of Match in org.apache.tapestry5.jcache.module
Methods in org.apache.tapestry5.jcache.module with annotations of type Match Modifier and Type Method Description static void
JCacheModule. adviseCache(MethodAdviceReceiver receiver, ObjectLocator objectLocator)
Applies the advice to the services. -
Uses of Match in org.apache.tapestry5.modules
Methods in org.apache.tapestry5.modules with annotations of type Match Modifier and Type Method Description static void
TapestryModule. adviseLazy(LazyAdvisor advisor, MethodAdviceReceiver receiver)
Advises theComponentMessagesSource
service so that the creation ofMessages
instances can be deferred.ComponentEventLinkEncoder
TapestryModule. decorateLinkTransformer(LinkTransformer linkTransformer, ComponentEventLinkEncoder delegate)
Provides the "LinkTransformer" interceptor for theComponentEventLinkEncoder
service.
-