Class MidpointPointcut
- java.lang.Object
 - 
- com.evolveum.midpoint.util.aspect.MidpointPointcut
 
 
- 
- All Implemented Interfaces:
 org.springframework.aop.Pointcut
public class MidpointPointcut extends Object implements org.springframework.aop.Pointcut
 
- 
- 
Constructor Summary
Constructors Constructor Description MidpointPointcut() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.aop.ClassFiltergetClassFilter()org.springframework.aop.MethodMatchergetMethodMatcher() 
 - 
 
- 
- 
Method Detail
- 
getClassFilter
public org.springframework.aop.ClassFilter getClassFilter()
- Specified by:
 getClassFilterin interfaceorg.springframework.aop.Pointcut
 
- 
getMethodMatcher
public org.springframework.aop.MethodMatcher getMethodMatcher()
- Specified by:
 getMethodMatcherin interfaceorg.springframework.aop.Pointcut
 
 - 
 
 -