Uses of Interface
org.apache.tapestry5.plastic.MethodAdvice
Packages that use MethodAdvice
Package
Description
[INTERNAL USE ONLY] support classes for the JPA module; API subject to change
[INTERNAL USE ONLY] Plastic implementation details; API subject to change
A code-centric, high-performance, simple Inversion of Control container
[INTERNAL USE ONLY] Tapestry IOC service implementation classes; API subject to change.
Tapestry IOC service interfaces
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 -
Uses of MethodAdvice in org.apache.tapestry5.internal.plastic
Fields in org.apache.tapestry5.internal.plastic declared as MethodAdviceConstructors in org.apache.tapestry5.internal.plastic with parameters of type MethodAdviceModifierConstructorDescriptionMethodInvocationBundle
(String className, MethodDescription methodDescription, MethodAdvice[] advice) -
Uses of MethodAdvice in org.apache.tapestry5.ioc
Methods in org.apache.tapestry5.ioc with parameters of type MethodAdviceModifier and TypeMethodDescriptionvoid
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 MethodAdviceMethods in org.apache.tapestry5.ioc.internal.services that return MethodAdviceMethods in org.apache.tapestry5.ioc.internal.services with parameters of type MethodAdviceModifier and TypeMethodDescriptionvoid
AspectInterceptorBuilderImpl.adviseAllMethods
(MethodAdvice advice) void
AspectInterceptorBuilderImpl.adviseMethod
(Method method, MethodAdvice advice) -
Uses of MethodAdvice in org.apache.tapestry5.ioc.services
Methods in org.apache.tapestry5.ioc.services that return MethodAdviceModifier and TypeMethodDescriptionOperationAdvisor.createAdvice
(String description) Creates advice for a method. -
Uses of MethodAdvice in org.apache.tapestry5.jcache.internal
Subinterfaces of MethodAdvice in org.apache.tapestry5.jcache.internalModifier and TypeInterfaceDescriptioninterface
Common subclass for all JCache interceptorsClasses in org.apache.tapestry5.jcache.internal that implement MethodAdviceModifier and TypeClassDescriptionclass
class
class
class
-
Uses of MethodAdvice in org.apache.tapestry5.plastic
Methods in org.apache.tapestry5.plastic with parameters of type MethodAdviceModifier and TypeMethodDescriptionPlasticMethod.addAdvice
(MethodAdvice advice) Adds advice to the method.