ActionList, AspectAdviceRule, ExceptionThrownRule, TransletRulepublic interface ActionRuleApplicable
| Modifier and Type | Method | Description |
|---|---|---|
void |
applyActionRule(BeanActionRule beanActionRule) |
Adds the bean action.
|
void |
applyActionRule(EchoActionRule echoActionRule) |
Adds the echo action.
|
void |
applyActionRule(HeadingActionRule headingActionRule) |
Adds the heading action.
|
void |
applyActionRule(IncludeActionRule includeActionRule) |
Adds the process-call action.
|
void |
applyActionRule(MethodActionRule methodActionRule) |
Adds the method action.
|
void applyActionRule(BeanActionRule beanActionRule)
beanActionRule - the bean action rulevoid applyActionRule(MethodActionRule methodActionRule)
methodActionRule - the bean action rulevoid applyActionRule(IncludeActionRule includeActionRule)
includeActionRule - the process call action rulevoid applyActionRule(EchoActionRule echoActionRule)
echoActionRule - the echo action rulevoid applyActionRule(HeadingActionRule headingActionRule)
headingActionRule - the heading action ruleCopyright © 2008–2018 The Aspectran Project. All rights reserved.