net.sf.tie.ext.rule
Class CachingRule
java.lang.Object
net.sf.tie.ext.rule.CachingRule
- All Implemented Interfaces:
- InterceptionRule
public class CachingRule
- extends Object
- implements InterceptionRule
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CachingRule
public CachingRule(InterceptionRule rule)
shouldIntercept
public <T> ObjectInterceptionStrategy shouldIntercept(Class<T> type,
T endPoint,
MethodInterceptor interceptor)
- Specified by:
shouldIntercept
in interface InterceptionRule
shouldIntercept
public <T> MethodInterceptionStrategy shouldIntercept(WrappedMethodInvocation method,
MethodInterceptor interceptor)
- Specified by:
shouldIntercept
in interface InterceptionRule