站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Spring Framework 2.0.5 API 文档英文版

AspectJExpressionPointcutAdvisor (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版

The Spring Framework

org.springframework.aop.aspectj
Class AspectJExpressionPointcutAdvisor

java.lang.Object
  extended by org.springframework.aop.support.AbstractPointcutAdvisor
      extended by org.springframework.aop.support.AbstractGenericPointcutAdvisor
          extended by org.springframework.aop.aspectj.AspectJExpressionPointcutAdvisor
All Implemented Interfaces:
Serializable, Advisor, PointcutAdvisor, Ordered

public class AspectJExpressionPointcutAdvisor
extends AbstractGenericPointcutAdvisor

Spring AOP Advisor that can be used for any AspectJ pointcut expression.

Since:
2.0
Author:
Rob Harrop
See Also:
Serialized Form

Field Summary
 
Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
 
Constructor Summary
AspectJExpressionPointcutAdvisor()
           
 
Method Summary
 String getExpression()
           
 String getLocation()
           
 Pointcut getPointcut()
          Get the Pointcut that drives this advisor.
 void setExpression(String expression)
           
 void setLocation(String location)
           
 void setParameterNames(String[] names)
           
 void setParameterTypes(Class[] types)
           
 
Methods inherited from class org.springframework.aop.support.AbstractGenericPointcutAdvisor
getAdvice, setAdvice, toString
 
Methods inherited from class org.springframework.aop.support.AbstractPointcutAdvisor
equals, getOrder, hashCode, isPerInstance, setOrder
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AspectJExpressionPointcutAdvisor

public AspectJExpressionPointcutAdvisor()
Method Detail

getPointcut

public Pointcut getPointcut()
Description copied from interface: PointcutAdvisor
Get the Pointcut that drives this advisor.


setExpression

public void setExpression(String expression)

setLocation

public void setLocation(String location)

setParameterTypes

public void setParameterTypes(Class[] types)

setParameterNames

public void setParameterNames(String[] names)

getLocation

public String getLocation()

getExpression

public String getExpression()

The Spring Framework

Copyright © 2002-2007 The Spring Framework.