|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjodd.proxetta.pointcuts.ProxyPointcutSupport
jodd.proxetta.pointcuts.AllMethodsPointcut
public class AllMethodsPointcut
Pointcut on all public methods.
| Constructor Summary | |
|---|---|
AllMethodsPointcut()
|
|
| 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 |
|---|
public AllMethodsPointcut()
| Method Detail |
|---|
public boolean apply(MethodSignature msign)
ProxyPointcuttrue if method signature should be wrapped with the proxy.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||