|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MethodAdvice | |
|---|---|
| org.apache.tapestry5.ioc | |
| org.apache.tapestry5.ioc.internal.services | |
| org.apache.tapestry5.ioc.services | |
| Uses of MethodAdvice in org.apache.tapestry5.ioc |
|---|
| Methods in org.apache.tapestry5.ioc with parameters of type MethodAdvice | |
|---|---|
void |
MethodAdviceReceiver.adviseAllMethods(MethodAdvice advice)
Advises all methods of the interface with the given advice. |
void |
MethodAdviceReceiver.adviseMethod(java.lang.reflect.Method method,
MethodAdvice advice)
Adds advice for a specific method of the aspect interceptor being constructed. |
| Uses of MethodAdvice in org.apache.tapestry5.ioc.internal.services |
|---|
| Classes in org.apache.tapestry5.ioc.internal.services that implement MethodAdvice | |
|---|---|
class |
LoggingAdvice
|
| Methods in org.apache.tapestry5.ioc.internal.services that return MethodAdvice | |
|---|---|
MethodAdvice |
MethodInfo.getAdvice(int index)
|
| Methods in org.apache.tapestry5.ioc.internal.services with parameters of type MethodAdvice | ||
|---|---|---|
void |
AdvisedMethodInvocationBuilder.addAdvice(MethodAdvice advice)
|
|
void |
AspectInterceptorBuilderImpl.adviseAllMethods(MethodAdvice advice)
|
|
void |
AspectInterceptorBuilderImpl.adviseMethod(java.lang.reflect.Method method,
MethodAdvice advice)
|
|
|
AspectDecoratorImpl.build(java.lang.Class<T> serviceInterface,
T delegate,
MethodAdvice advice,
java.lang.String description)
|
|
| Uses of MethodAdvice in org.apache.tapestry5.ioc.services |
|---|
| Methods in org.apache.tapestry5.ioc.services with parameters of type MethodAdvice | ||
|---|---|---|
|
AspectDecorator.build(java.lang.Class<T> serviceInterface,
T delegate,
MethodAdvice advice,
java.lang.String description)
Intercepts method invocations on the delegate and passes them through the provided aspect. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||