Uses of Annotation Type
org.apache.tapestry5.ioc.annotations.Match
Packages that use Match
-
Uses of Match in org.apache.tapestry5.jcache.module
Methods in org.apache.tapestry5.jcache.module with annotations of type MatchModifier and TypeMethodDescriptionstatic 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 MatchModifier and TypeMethodDescriptionstatic void
TapestryModule.adviseLazy
(LazyAdvisor advisor, MethodAdviceReceiver receiver) Advises theComponentMessagesSource
service so that the creation ofMessages
instances can be deferred.TapestryModule.decorateLinkTransformer
(LinkTransformer linkTransformer, ComponentEventLinkEncoder delegate) Provides the "LinkTransformer" interceptor for theComponentEventLinkEncoder
service.