jodd.proxetta
Interface ProxyPointcut

All Known Implementing Classes:
AllGettersPointcut, AllMethodsPointcut, AllSettersPointcut, MethodAnnotationPointcut, ProxyPointcutSupport

public interface ProxyPointcut

Pointcut is a set of points in the application where advice should be applied, i.e. which methods will be wrapped by proxy.


Method Summary
 boolean apply(MethodSignature msign)
          Returns true if method signature should be wrapped with the proxy.
 

Method Detail

apply

boolean apply(MethodSignature msign)
Returns true if method signature should be wrapped with the proxy.



Copyright ©2008 Jodd Team