Uses of Interface
org.apache.tapestry5.plastic.MethodAdvice

Packages that use MethodAdvice
org.apache.tapestry5.internal.jpa   
org.apache.tapestry5.internal.plastic   
org.apache.tapestry5.ioc   
org.apache.tapestry5.ioc.internal.services   
org.apache.tapestry5.ioc.internal.util   
org.apache.tapestry5.plastic   
 

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.
 



Copyright © 2003-2012 The Apache Software Foundation.