Uses of Interface
com.aspectran.core.component.aspect.pointcut.Pointcut
-
Packages that use Pointcut Package Description com.aspectran.core.component.aspect.pointcut com.aspectran.core.context.rule -
-
Uses of Pointcut in com.aspectran.core.component.aspect.pointcut
Classes in com.aspectran.core.component.aspect.pointcut that implement Pointcut Modifier and Type Class Description classAbstractPointcutThe Class AbstractPointcut.classRegexpPointcutPointcut using Regular Expression Matching to identify joinpoints.classWildcardPointcutPointcut using Wildcard Matching to identify joinpoints.Methods in com.aspectran.core.component.aspect.pointcut that return Pointcut Modifier and Type Method Description static PointcutPointcutFactory. createPointcut(PointcutRule pointcutRule)Creates a new Pointcut instance. -
Uses of Pointcut in com.aspectran.core.context.rule
Methods in com.aspectran.core.context.rule that return Pointcut Modifier and Type Method Description PointcutAspectRule. getPointcut()Methods in com.aspectran.core.context.rule with parameters of type Pointcut Modifier and Type Method Description voidAspectRule. setPointcut(Pointcut pointcut)
-