|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of MethodAdviceReceiver in org.apache.tapestry5.hibernate |
|---|
| Methods in org.apache.tapestry5.hibernate with parameters of type MethodAdviceReceiver | |
|---|---|
void |
HibernateTransactionAdvisor.addTransactionCommitAdvice(MethodAdviceReceiver receiver)
Identifies any methods with the CommitAfter annotation and
applies the transaction logic to those methods. |
| Uses of MethodAdviceReceiver in org.apache.tapestry5.internal.hibernate |
|---|
| Methods in org.apache.tapestry5.internal.hibernate with parameters of type MethodAdviceReceiver | |
|---|---|
void |
HibernateTransactionAdvisorImpl.addTransactionCommitAdvice(MethodAdviceReceiver receiver)
|
| Uses of MethodAdviceReceiver in org.apache.tapestry5.internal.jpa |
|---|
| Methods in org.apache.tapestry5.internal.jpa with parameters of type MethodAdviceReceiver | |
|---|---|
void |
JpaTransactionAdvisorImpl.addTransactionCommitAdvice(MethodAdviceReceiver receiver)
|
| Uses of MethodAdviceReceiver in org.apache.tapestry5.ioc |
|---|
| Methods in org.apache.tapestry5.ioc with parameters of type MethodAdviceReceiver | |
|---|---|
void |
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 MethodAdviceReceiver | |
|---|---|
void |
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 MethodAdviceReceiver | |
|---|---|
class |
AbtractAspectInterceptorBuilder<T>
|
class |
AspectInterceptorBuilderImpl<T>
|
| Methods in org.apache.tapestry5.ioc.internal.services with parameters of type MethodAdviceReceiver | ||
|---|---|---|
void |
LazyAdvisorImpl.addLazyMethodInvocationAdvice(MethodAdviceReceiver methodAdviceReceiver)
|
|
|
LoggingAdvisorImpl.addLoggingAdvice(org.slf4j.Logger logger,
MethodAdviceReceiver receiver)
|
|
| Uses of MethodAdviceReceiver in org.apache.tapestry5.ioc.services |
|---|
| Subinterfaces of MethodAdviceReceiver in org.apache.tapestry5.ioc.services | |
|---|---|
interface |
AspectInterceptorBuilder<T>
A builder may be obtained from the AspectDecorator 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 MethodAdviceReceiver | ||
|---|---|---|
void |
LazyAdvisor.addLazyMethodInvocationAdvice(MethodAdviceReceiver methodAdviceReceiver)
|
|
|
LoggingAdvisor.addLoggingAdvice(org.slf4j.Logger logger,
MethodAdviceReceiver methodAdviceReceiver)
Adds logging advice to all methods of the object. |
|
| Uses of MethodAdviceReceiver in org.apache.tapestry5.jpa |
|---|
| Methods in org.apache.tapestry5.jpa with parameters of type MethodAdviceReceiver | |
|---|---|
void |
JpaTransactionAdvisor.addTransactionCommitAdvice(MethodAdviceReceiver receiver)
Identifies any methods with the CommitAfter annotation and
applies the transaction logic to those methods. |
| Uses of MethodAdviceReceiver in org.apache.tapestry5.services |
|---|
| Methods in org.apache.tapestry5.services with parameters of type MethodAdviceReceiver | |
|---|---|
static void |
TapestryModule.adviseLazy(LazyAdvisor advisor,
MethodAdviceReceiver receiver)
Advises the ComponentMessagesSource service so
that the creation
of Messages instances can be deferred. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||