public abstract class ProxyPointcutSupport extends java.lang.Object implements ProxyPointcut
ProxyPointcut support methods.| Constructor and Description |
|---|
ProxyPointcutSupport() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
and(MethodInfo methodInfo,
ProxyPointcut p1,
ProxyPointcut p2)
Returns
true if both pointcuts can be applied on the method.. |
boolean |
or(MethodInfo methodInfo,
ProxyPointcut p1,
ProxyPointcut p2)
Returns
true if at least one pointcuts can be applied on the method.. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitapplypublic boolean and(MethodInfo methodInfo, ProxyPointcut p1, ProxyPointcut p2)
true if both pointcuts can be applied on the method..public boolean or(MethodInfo methodInfo, ProxyPointcut p1, ProxyPointcut p2)
true if at least one pointcuts can be applied on the method..Copyright © 2003-2013 Jodd Team