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

All Implemented Interfaces:
    Ordered, PointcutAdvisor, Serializable, Pointcut, MethodMatcher

Convenient base class for Advisors that are also static pointcuts. Serializable if Advice and subclass are.
Constructor:
 public StaticMethodMatcherPointcutAdvisor() 
 public StaticMethodMatcherPointcutAdvisor(Advice advice) 
    Create a new StaticMethodMatcherPointcutAdvisor for the given advice.
    Parameters:
    advice - the Advice to use
Method from org.springframework.aop.support.StaticMethodMatcherPointcutAdvisor Summary:
getAdvice,   getOrder,   getPointcut,   isPerInstance,   setAdvice,   setOrder
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.StaticMethodMatcherPointcutAdvisor Detail:
 public Advice getAdvice() 
 public int getOrder() 
 public Pointcut getPointcut() 
 public boolean isPerInstance() 
 public  void setAdvice(Advice advice) 
 public  void setOrder(int order)