Uses of Class
com.aspectran.core.context.rule.PointcutPatternRule
-
Packages that use PointcutPatternRule Package Description com.aspectran.core.component.aspect.pointcut com.aspectran.core.context.rule -
-
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 PointcutPatternRule Modifier and Type Method Description java.util.List<PointcutPatternRule>
AbstractPointcut. getPointcutPatternRuleList()
java.util.List<PointcutPatternRule>
Pointcut. getPointcutPatternRuleList()
Methods in com.aspectran.core.component.aspect.pointcut with parameters of type PointcutPatternRule Modifier and Type Method Description protected boolean
AbstractPointcut. exists(PointcutPatternRule pointcutPatternRule, java.lang.String transletName, java.lang.String beanId, java.lang.String className, java.lang.String methodName)
Returns whether or not corresponding to the point cut pattern rules.protected boolean
AbstractPointcut. matches(PointcutPatternRule pointcutPatternRule, java.lang.String transletName, java.lang.String beanId, java.lang.String className, java.lang.String methodName)
Returns whether or not corresponding to the point cut pattern rules.Constructor parameters in com.aspectran.core.component.aspect.pointcut with type arguments of type PointcutPatternRule Constructor Description AbstractPointcut(java.util.List<PointcutPatternRule> pointcutPatternRuleList)
RegexpPointcut(java.util.List<PointcutPatternRule> pointcutPatternRuleList)
WildcardPointcut(java.util.List<PointcutPatternRule> pointcutPatternRuleList)
-
Uses of PointcutPatternRule in com.aspectran.core.context.rule
Methods in com.aspectran.core.context.rule that return PointcutPatternRule Modifier and Type Method Description static PointcutPatternRule
PointcutPatternRule. newInstance(java.lang.String translet, java.lang.String bean, java.lang.String method)
static PointcutPatternRule
PointcutPatternRule. parsePattern(java.lang.String patternString)
Methods in com.aspectran.core.context.rule that return types with arguments of type PointcutPatternRule Modifier and Type Method Description java.util.List<PointcutPatternRule>
PointcutPatternRule. getExcludePointcutPatternRuleList()
java.util.List<PointcutPatternRule>
PointcutRule. getPointcutPatternRuleList()
java.util.List<PointcutPatternRule>
PointcutRule. newPointcutPatternRuleList()
java.util.List<PointcutPatternRule>
PointcutRule. newPointcutPatternRuleList(int initialCapacity)
java.util.List<PointcutPatternRule>
PointcutRule. touchPointcutPatternRuleList()
Methods in com.aspectran.core.context.rule with parameters of type PointcutPatternRule Modifier and Type Method Description void
PointcutRule. addPointcutPatternRule(PointcutPatternRule pointcutPatternRule, java.util.List<PointcutPatternRule> excludePointcutPatternRuleList)
Method parameters in com.aspectran.core.context.rule with type arguments of type PointcutPatternRule Modifier and Type Method Description void
PointcutRule. addPointcutPatternRule(PointcutPatternRule pointcutPatternRule, java.util.List<PointcutPatternRule> excludePointcutPatternRuleList)
void
PointcutPatternRule. setExcludePointcutPatternRuleList(java.util.List<PointcutPatternRule> excludePointcutPatternRuleList)
void
PointcutRule. setPointcutPatternRuleList(java.util.List<PointcutPatternRule> pointcutPatternRuleList)
-