Uses of Interface
org.apache.tapestry5.ioc.MethodAdviceReceiver
Packages that use MethodAdviceReceiver
Package
Description
Provides support for simple CRUD applications built on top of Tapestry and Hibernate
[INTERNAL USE ONLY] support classes for the JPA module; API subject to change
A code-centric, high-performance, simple Inversion of Control container
[INTERNAL USE ONLY] Tapestry IOC implementation details; API subject to change.
[INTERNAL USE ONLY] Tapestry IOC service implementation classes; API subject to change.
Tapestry IOC service interfaces
Provides support for simple CRUD applications built on top of Tapestry and JPA
-
Uses of MethodAdviceReceiver in org.apache.tapestry5.hibernate
Methods in org.apache.tapestry5.hibernate with parameters of type MethodAdviceReceiverModifier and TypeMethodDescriptionvoid
HibernateTransactionAdvisor.addTransactionCommitAdvice
(MethodAdviceReceiver receiver) Identifies any methods with theCommitAfter
annotation and applies the transaction logic to those methods. -
Uses of MethodAdviceReceiver in org.apache.tapestry5.hibernate.internal
Methods in org.apache.tapestry5.hibernate.internal with parameters of type MethodAdviceReceiverModifier and TypeMethodDescriptionvoid
HibernateTransactionAdvisorImpl.addTransactionCommitAdvice
(MethodAdviceReceiver receiver) -
Uses of MethodAdviceReceiver in org.apache.tapestry5.internal.jpa
Methods in org.apache.tapestry5.internal.jpa with parameters of type MethodAdviceReceiverModifier and TypeMethodDescriptionvoid
JpaTransactionAdvisorImpl.addTransactionCommitAdvice
(MethodAdviceReceiver receiver) -
Uses of MethodAdviceReceiver in org.apache.tapestry5.ioc
Methods in org.apache.tapestry5.ioc with parameters of type MethodAdviceReceiverModifier and TypeMethodDescriptionvoid
ServiceAdvisor.advise
(MethodAdviceReceiver methodAdviceReceiver) Passed the reciever, allows the code (usually a method on a module class) to advice some or all methods. -
Uses of MethodAdviceReceiver in org.apache.tapestry5.ioc.internal
Methods in org.apache.tapestry5.ioc.internal with parameters of type MethodAdviceReceiverModifier and TypeMethodDescriptionvoid
ServiceAdvisorImpl.advise
(MethodAdviceReceiver methodAdviceReceiver) Invokes the configured method, passing the builder. -
Uses of MethodAdviceReceiver in org.apache.tapestry5.ioc.internal.services
Classes in org.apache.tapestry5.ioc.internal.services that implement MethodAdviceReceiverModifier and TypeClassDescriptionclass
class
Methods in org.apache.tapestry5.ioc.internal.services with parameters of type MethodAdviceReceiverModifier and TypeMethodDescriptionvoid
LazyAdvisorImpl.addLazyMethodInvocationAdvice
(MethodAdviceReceiver methodAdviceReceiver) void
LoggingAdvisorImpl.addLoggingAdvice
(org.slf4j.Logger logger, MethodAdviceReceiver receiver) void
OperationAdvisorImpl.addOperationAdvice
(MethodAdviceReceiver receiver) -
Uses of MethodAdviceReceiver in org.apache.tapestry5.ioc.services
Subinterfaces of MethodAdviceReceiver in org.apache.tapestry5.ioc.servicesModifier and TypeInterfaceDescriptioninterface
A builder may be obtained from theAspectDecorator
and allows more controlled creation of the created interceptor; it allows different methods to be given different advice, and allows methods to be omitted (in which case the method invocation passes through without advice).Methods in org.apache.tapestry5.ioc.services with parameters of type MethodAdviceReceiverModifier and TypeMethodDescriptionvoid
LazyAdvisor.addLazyMethodInvocationAdvice
(MethodAdviceReceiver methodAdviceReceiver) void
LoggingAdvisor.addLoggingAdvice
(org.slf4j.Logger logger, MethodAdviceReceiver methodAdviceReceiver) Adds logging advice to all methods of the object.void
OperationAdvisor.addOperationAdvice
(MethodAdviceReceiver receiver) -
Uses of MethodAdviceReceiver in org.apache.tapestry5.jcache.module
Methods in org.apache.tapestry5.jcache.module with parameters of type MethodAdviceReceiverModifier and TypeMethodDescriptionstatic void
JCacheModule.adviseCache
(MethodAdviceReceiver receiver, ObjectLocator objectLocator) Applies the advice to the services. -
Uses of MethodAdviceReceiver in org.apache.tapestry5.jpa
Methods in org.apache.tapestry5.jpa with parameters of type MethodAdviceReceiverModifier and TypeMethodDescriptionvoid
JpaTransactionAdvisor.addTransactionCommitAdvice
(MethodAdviceReceiver receiver) Identifies any methods with theCommitAfter
annotation and applies the transaction logic to those methods. -
Uses of MethodAdviceReceiver in org.apache.tapestry5.modules
Methods in org.apache.tapestry5.modules with parameters of type MethodAdviceReceiverModifier and TypeMethodDescriptionstatic void
TapestryModule.adviseLazy
(LazyAdvisor advisor, MethodAdviceReceiver receiver) Advises theComponentMessagesSource
service so that the creation ofMessages
instances can be deferred.static void
TapestryModule.componentReplacer
(MethodAdviceReceiver methodAdviceReceiver, ComponentOverride componentReplacer)