Uses of Class
com.aspectran.core.context.rule.PointcutRule
-
Packages that use PointcutRule Package Description com.aspectran.core.component.aspect.pointcut com.aspectran.core.context.rule -
-
Uses of PointcutRule in com.aspectran.core.component.aspect.pointcut
Methods in com.aspectran.core.component.aspect.pointcut with parameters of type PointcutRule Modifier and Type Method Description static Pointcut
PointcutFactory. createPointcut(PointcutRule pointcutRule)
Creates a new Pointcut instance. -
Uses of PointcutRule in com.aspectran.core.context.rule
Methods in com.aspectran.core.context.rule that return PointcutRule Modifier and Type Method Description PointcutRule
AspectRule. getPointcutRule()
PointcutRule
JoinpointRule. getPointcutRule()
static PointcutRule
PointcutRule. newInstance(java.lang.String type)
static PointcutRule
PointcutRule. newInstance(java.lang.String[] patterns)
Methods in com.aspectran.core.context.rule with parameters of type PointcutRule Modifier and Type Method Description void
JoinpointRule. setPointcutRule(PointcutRule pointcutRule)
-