Package com.aspectran.core.context.rule
Class PointcutRule
java.lang.Object
com.aspectran.core.context.rule.PointcutRule
Pointcut are expressions that is matched with join points to determine whether
advice needs to be executed or not. Pointcut uses different kinds of expressions
that are matched with the join points and Aspectran uses the Wildcard pattern
matching expression.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addPointcutPatternRule
(PointcutPatternRule pointcutPatternRule) static PointcutRule
newInstance
(String type) static PointcutRule
newInstance
(String[] patterns) toString()
-
Constructor Details
-
PointcutRule
-
-
Method Details
-
getPointcutType
-
getPointcutPatternRuleList
-
addPointcutPatternRule
-
touchPointcutPatternRuleList
-
toString
-
newInstance
- Throws:
IllegalRuleException
-
newInstance
-