|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MethodAdvice | |
|---|---|
| org.apache.tapestry5.ioc | A code-centric, high-performance, simple Inversion of Control container |
| org.apache.tapestry5.ioc.internal.services | [INTERNAL USE ONLY] Tapestry IOC service implementation classes; API subject to change. |
| org.apache.tapestry5.ioc.internal.util | [INTERNAL USE ONLY] utility classes for Tapestry IOC services; API subject to change |
| org.apache.tapestry5.ioc.services | Tapestry IOC service interfaces |
| Uses of MethodAdvice in org.apache.tapestry5.ioc |
|---|
| Methods in org.apache.tapestry5.ioc with parameters of type MethodAdvice | |
|---|---|
void |
MethodAdviceReceiver.adviseAllMethods(MethodAdvice advice)
Deprecated. Deprecated in 5.3, to be removed in 5.4. Replaced with MethodAdviceReceiver.adviseAllMethods(org.apache.tapestry5.plastic.MethodAdvice). |
void |
MethodAdviceReceiver.adviseMethod(Method method,
MethodAdvice advice)
Deprecated. Deprecated in 5.3, to be removed in 5.4. Replaced with MethodAdviceReceiver.adviseMethod(Method, org.apache.tapestry5.plastic.MethodAdvice) |
| Uses of MethodAdvice in org.apache.tapestry5.ioc.internal.services |
|---|
| Methods in org.apache.tapestry5.ioc.internal.services with parameters of type MethodAdvice | ||
|---|---|---|
void |
AspectInterceptorBuilderImpl.adviseAllMethods(MethodAdvice advice)
|
|
void |
AspectInterceptorBuilderImpl.adviseMethod(Method method,
MethodAdvice advice)
|
|
|
AspectDecoratorImpl.build(Class<T> serviceInterface,
T delegate,
MethodAdvice advice,
String description)
|
|
| Uses of MethodAdvice in org.apache.tapestry5.ioc.internal.util |
|---|
| Methods in org.apache.tapestry5.ioc.internal.util with parameters of type MethodAdvice | |
|---|---|
static MethodAdvice |
InternalUtils.toPlasticMethodAdvice(MethodAdvice iocMethodAdvice,
AnnotationProvider methodAnnotationProvider)
Converts old-style Tapestry IoC MethodAdvice to modern
Plastic MethodAdvice. |
| Uses of MethodAdvice in org.apache.tapestry5.ioc.services |
|---|
| Methods in org.apache.tapestry5.ioc.services with parameters of type MethodAdvice | ||
|---|---|---|
|
AspectDecorator.build(Class<T> serviceInterface,
T delegate,
MethodAdvice advice,
String description)
Intercepts method invocations on the delegate and passes them through the provided aspect. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||