Uses of Class
com.aspectran.core.component.aspect.pointcut.PointcutPattern
-
Packages that use PointcutPattern Package Description com.aspectran.core.component.aspect com.aspectran.core.component.aspect.pointcut com.aspectran.core.context.rule -
-
Uses of PointcutPattern in com.aspectran.core.component.aspect
Methods in com.aspectran.core.component.aspect with parameters of type PointcutPattern Modifier and Type Method Description RelevantAspectRuleHolderAspectRuleRegistry. getRelevantAspectRuleHolderFromSoftCache(PointcutPattern pointcutPattern)RelevantAspectRuleHolderAspectRuleRegistry. getRelevantAspectRuleHolderFromWeakCache(PointcutPattern pointcutPattern) -
Uses of PointcutPattern in com.aspectran.core.component.aspect.pointcut
Methods in com.aspectran.core.component.aspect.pointcut that return PointcutPattern Modifier and Type Method Description static PointcutPatternPointcutPattern. parsePattern(java.lang.String patternString)Methods in com.aspectran.core.component.aspect.pointcut with parameters of type PointcutPattern Modifier and Type Method Description static java.lang.StringPointcutPattern. combinePattern(PointcutPattern pointcutPattern)booleanAbstractPointcut. exists(PointcutPattern pointcutPattern)booleanPointcut. exists(PointcutPattern pointcutPattern)booleanAbstractPointcut. matches(PointcutPattern pointcutPattern)booleanPointcut. matches(PointcutPattern pointcutPattern) -
Uses of PointcutPattern in com.aspectran.core.context.rule
Methods in com.aspectran.core.context.rule that return PointcutPattern Modifier and Type Method Description PointcutPatternPointcutPatternRule. getPointcutPattern()Methods in com.aspectran.core.context.rule with parameters of type PointcutPattern Modifier and Type Method Description voidPointcutPatternRule. setPointcutPattern(PointcutPattern pointcutPattern)
-