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

Uses of Class org.springframework.aop.support.ComposablePointcut (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版

The Spring Framework

Uses of Class
org.springframework.aop.support.ComposablePointcut

Packages that use ComposablePointcut
org.springframework.aop.support Convenience classes for using Spring's AOP API. 
 

Uses of ComposablePointcut in org.springframework.aop.support
 

Methods in org.springframework.aop.support that return ComposablePointcut
 ComposablePointcut ComposablePointcut.intersection(ClassFilter other)
          Apply an intersection with the given ClassFilter.
 ComposablePointcut ComposablePointcut.intersection(MethodMatcher other)
          Apply an intersection with the given MethodMatcher.
 ComposablePointcut ComposablePointcut.intersection(Pointcut other)
          Apply an intersection with the given Pointcut.
 ComposablePointcut ComposablePointcut.union(ClassFilter other)
          Apply a union with the given ClassFilter.
 ComposablePointcut ComposablePointcut.union(MethodMatcher other)
          Apply a union with the given MethodMatcher.
 ComposablePointcut ComposablePointcut.union(Pointcut other)
          Apply a union with the given Pointcut.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.