|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.aop.support.StaticMethodMatcher
org.springframework.aop.support.StaticMethodMatcherPointcut
com.googlecode.ehcache.annotations.impl.CacheStaticMethodMatcherPointcut
public class CacheStaticMethodMatcherPointcut
Pointcut that delegates matching checks to a CacheAttributeSource.
| Field Summary |
|---|
| Fields inherited from interface org.springframework.aop.Pointcut |
|---|
TRUE |
| Fields inherited from interface org.springframework.aop.MethodMatcher |
|---|
TRUE |
| Constructor Summary | |
|---|---|
CacheStaticMethodMatcherPointcut()
|
|
| Method Summary | |
|---|---|
boolean |
matches(java.lang.reflect.Method method,
java.lang.Class<?> targetClass)
Returns true if the configured CacheAttributeSource.getAdviceType(Method, Class)
method returns an AdviceType other than AdviceType.NONE. |
void |
setCacheAttributeSource(CacheAttributeSource cacheAttributeSource)
|
| Methods inherited from class org.springframework.aop.support.StaticMethodMatcherPointcut |
|---|
getClassFilter, getMethodMatcher, setClassFilter |
| Methods inherited from class org.springframework.aop.support.StaticMethodMatcher |
|---|
isRuntime, matches |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CacheStaticMethodMatcherPointcut()
| Method Detail |
|---|
public void setCacheAttributeSource(CacheAttributeSource cacheAttributeSource)
public boolean matches(java.lang.reflect.Method method,
java.lang.Class<?> targetClass)
CacheAttributeSource.getAdviceType(Method, Class)
method returns an AdviceType other than AdviceType.NONE.
MethodMatcher.matches(java.lang.reflect.Method, java.lang.Class)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||