|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MethodAdvice | |
|---|---|
| org.apache.tapestry5.internal.jpa | [INTERNAL USE ONLY] support classes for the JPA module; API subject to change |
| org.apache.tapestry5.internal.plastic | [INTERNAL USE ONLY] Plastic implementation details; API subject to change |
| 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.plastic | Plastic, Tapestry's component class transformation library based on ASM |
| Uses of MethodAdvice in org.apache.tapestry5.internal.jpa |
|---|
| Classes in org.apache.tapestry5.internal.jpa that implement MethodAdvice | |
|---|---|
class |
CommitAfterMethodAdvice
|
| Uses of MethodAdvice in org.apache.tapestry5.internal.plastic |
|---|
| Fields in org.apache.tapestry5.internal.plastic declared as MethodAdvice | |
|---|---|
MethodAdvice[] |
MethodInvocationBundle.advice
|
| Constructors in org.apache.tapestry5.internal.plastic with parameters of type MethodAdvice | |
|---|---|
MethodInvocationBundle(String className,
MethodDescription methodDescription,
MethodAdvice[] advice)
|
|
| 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(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 with parameters of type MethodAdvice | |
|---|---|
void |
AspectInterceptorBuilderImpl.adviseAllMethods(MethodAdvice advice)
|
void |
AspectInterceptorBuilderImpl.adviseMethod(Method method,
MethodAdvice advice)
|
| Uses of MethodAdvice in org.apache.tapestry5.ioc.internal.util |
|---|
| Methods in org.apache.tapestry5.ioc.internal.util that return 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.plastic |
|---|
| Methods in org.apache.tapestry5.plastic with parameters of type MethodAdvice | |
|---|---|
PlasticMethod |
PlasticMethod.addAdvice(MethodAdvice advice)
Adds advice to the method. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||