Uses of Class
com.aspectran.core.context.rule.PointcutPatternRule
Packages that use PointcutPatternRule
-
Uses of PointcutPatternRule in com.aspectran.core.component.aspect.pointcut
Methods in com.aspectran.core.component.aspect.pointcut that return types with arguments of type PointcutPatternRuleModifier and TypeMethodDescriptionAbstractPointcut.getPointcutPatternRuleList()
Pointcut.getPointcutPatternRuleList()
Methods in com.aspectran.core.component.aspect.pointcut with parameters of type PointcutPatternRuleModifier and TypeMethodDescriptionprotected boolean
AbstractPointcut.exists
(PointcutPatternRule pointcutPatternRule, String transletName, String beanId, String className, String methodName) Returns whether corresponding to the point cut pattern rules.Constructor parameters in com.aspectran.core.component.aspect.pointcut with type arguments of type PointcutPatternRuleModifierConstructorDescriptionAbstractPointcut
(List<PointcutPatternRule> pointcutPatternRuleList) RegexpPointcut
(List<PointcutPatternRule> pointcutPatternRuleList) WildcardPointcut
(List<PointcutPatternRule> pointcutPatternRuleList) -
Uses of PointcutPatternRule in com.aspectran.core.context.rule
Methods in com.aspectran.core.context.rule that return PointcutPatternRuleModifier and TypeMethodDescriptionstatic PointcutPatternRule
PointcutPatternRule.newInstance
(String patternString) static PointcutPatternRule
PointcutPatternRule.newInstance
(String translet, String bean, String method) Methods in com.aspectran.core.context.rule that return types with arguments of type PointcutPatternRuleModifier and TypeMethodDescriptionPointcutPatternRule.getExcludePointcutPatternRuleList()
PointcutRule.getPointcutPatternRuleList()
PointcutRule.touchPointcutPatternRuleList()
Methods in com.aspectran.core.context.rule with parameters of type PointcutPatternRuleModifier and TypeMethodDescriptionvoid
PointcutRule.addPointcutPatternRule
(PointcutPatternRule pointcutPatternRule) Method parameters in com.aspectran.core.context.rule with type arguments of type PointcutPatternRuleModifier and TypeMethodDescriptionvoid
PointcutPatternRule.setExcludePointcutPatternRuleList
(List<PointcutPatternRule> excludePointcutPatternRuleList)