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 PointcutPointcutFactory. 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 PointcutRuleAspectRule. getPointcutRule()PointcutRuleJoinpointRule. getPointcutRule()static PointcutRulePointcutRule. newInstance(java.lang.String type)static PointcutRulePointcutRule. newInstance(java.lang.String[] patterns)Methods in com.aspectran.core.context.rule with parameters of type PointcutRule Modifier and Type Method Description voidJoinpointRule. setPointcutRule(PointcutRule pointcutRule)
-