Save This Page
Home » spring-framework-2.5.5-with-dependencies » org.springframework » aop » support » [javadoc | source]
org.springframework.aop.support
static class: Pointcuts.GetterPointcut [javadoc | source]
java.lang.Object
   org.springframework.aop.support.StaticMethodMatcher
      org.springframework.aop.support.StaticMethodMatcherPointcut
         org.springframework.aop.support.Pointcuts$GetterPointcut

All Implemented Interfaces:
    Serializable, Pointcut, MethodMatcher

Pointcut implementation that matches bean property getters.
Field Summary
public static  Pointcuts.GetterPointcut INSTANCE     
Method from org.springframework.aop.support.Pointcuts$GetterPointcut Summary:
matches
Methods from org.springframework.aop.support.StaticMethodMatcherPointcut:
getClassFilter,   getMethodMatcher,   setClassFilter
Methods from org.springframework.aop.support.StaticMethodMatcher:
isRuntime,   matches
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.springframework.aop.support.Pointcuts$GetterPointcut Detail:
 public boolean matches(Method method,
    Class targetClass)