Uses of Class
com.aspectran.core.context.rule.BeanMethodActionRule
-
-
Uses of BeanMethodActionRule in com.aspectran.core.activity.process
Methods in com.aspectran.core.activity.process with parameters of type BeanMethodActionRule Modifier and Type Method Description Executable
ActionList. applyActionRule(BeanMethodActionRule beanMethodActionRule)
-
Uses of BeanMethodActionRule in com.aspectran.core.activity.process.action
Methods in com.aspectran.core.activity.process.action that return BeanMethodActionRule Modifier and Type Method Description BeanMethodActionRule
BeanMethodAction. getBeanMethodActionRule()
Returns the bean method action rule.Constructors in com.aspectran.core.activity.process.action with parameters of type BeanMethodActionRule Constructor Description BeanMethodAction(BeanMethodActionRule beanMethodActionRule)
Instantiates a new BeanMethodAction. -
Uses of BeanMethodActionRule in com.aspectran.core.context.rule
Methods in com.aspectran.core.context.rule that return BeanMethodActionRule Modifier and Type Method Description static BeanMethodActionRule
BeanMethodActionRule. newInstance(java.lang.String id, java.lang.String beanId, java.lang.String methodName, java.lang.Boolean hidden)
Returns a new instance of BeanActionRule.Methods in com.aspectran.core.context.rule with parameters of type BeanMethodActionRule Modifier and Type Method Description Executable
AbstractResponseRule. applyActionRule(BeanMethodActionRule beanMethodActionRule)
Executable
AspectAdviceRule. applyActionRule(BeanMethodActionRule beanMethodActionRule)
Executable
ChooseWhenRule. applyActionRule(BeanMethodActionRule beanMethodActionRule)
Executable
ExceptionThrownRule. applyActionRule(BeanMethodActionRule beanMethodActionRule)
Executable
TransletRule. applyActionRule(BeanMethodActionRule beanMethodActionRule)
-
Uses of BeanMethodActionRule in com.aspectran.core.context.rule.ability
Methods in com.aspectran.core.context.rule.ability with parameters of type BeanMethodActionRule Modifier and Type Method Description Executable
ActionRuleApplicable. applyActionRule(BeanMethodActionRule beanMethodActionRule)
Adds the bean method action rule. -
Uses of BeanMethodActionRule in com.aspectran.core.context.rule.assistant
Methods in com.aspectran.core.context.rule.assistant with parameters of type BeanMethodActionRule Modifier and Type Method Description void
ContextRuleAssistant. resolveActionBeanClass(BeanMethodActionRule beanMethodActionRule)
Resolve bean class for bean method action rule.void
ShallowContextRuleAssistant. resolveActionBeanClass(BeanMethodActionRule beanMethodActionRule)
-
Uses of BeanMethodActionRule in com.aspectran.core.context.rule.converter
Methods in com.aspectran.core.context.rule.converter with parameters of type BeanMethodActionRule Modifier and Type Method Description static ActionParameters
RuleToParamsConverter. toActionParameters(BeanMethodActionRule beanMethodActionRule)
-