jodd.proxetta.pointcuts
Class AllGettersPointcut

java.lang.Object
  extended by jodd.proxetta.pointcuts.ProxyPointcutSupport
      extended by jodd.proxetta.pointcuts.AllGettersPointcut
All Implemented Interfaces:
ProxyPointcut

public class AllGettersPointcut
extends ProxyPointcutSupport

Pointcut on all public getters methods.


Constructor Summary
AllGettersPointcut()
           
 
Method Summary
 boolean apply(MethodSignature msign)
          Returns true if method signature should be wrapped with the proxy.
 
Methods inherited from class jodd.proxetta.pointcuts.ProxyPointcutSupport
and, hasAnnotation, hasNoArguments, hasNoReturnValue, hasOneArgument, hasReturnValue, isPublic, matchClassName, matchMethodName, or
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AllGettersPointcut

public AllGettersPointcut()
Method Detail

apply

public boolean apply(MethodSignature msign)
Description copied from interface: ProxyPointcut
Returns true if method signature should be wrapped with the proxy.



Copyright ©2008 Jodd Team