jodd.proxetta.pointcuts
Class AllTopMethodsPointcut

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

public class AllTopMethodsPointcut
extends ProxyPointcutSupport

Filter for top-level public methods


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

Constructor Detail

AllTopMethodsPointcut

public AllTopMethodsPointcut()
Method Detail

apply

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



Copyright © 2003-2012 Jodd Team