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 ExecutableActionList. 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 BeanMethodActionRuleBeanMethodAction. 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 BeanMethodActionRuleBeanMethodActionRule. 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 ExecutableAbstractResponseRule. applyActionRule(BeanMethodActionRule beanMethodActionRule)ExecutableAspectAdviceRule. applyActionRule(BeanMethodActionRule beanMethodActionRule)ExecutableChooseWhenRule. applyActionRule(BeanMethodActionRule beanMethodActionRule)ExecutableExceptionThrownRule. applyActionRule(BeanMethodActionRule beanMethodActionRule)ExecutableTransletRule. 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 ExecutableActionRuleApplicable. 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 voidContextRuleAssistant. resolveActionBeanClass(BeanMethodActionRule beanMethodActionRule)Resolve bean class for bean method action rule.voidShallowContextRuleAssistant. 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 ActionParametersRuleToParamsConverter. toActionParameters(BeanMethodActionRule beanMethodActionRule)
-