Uses of Class
com.aspectran.core.activity.process.action.MethodAction
-
Packages that use MethodAction Package Description com.aspectran.core.context.rule -
-
Uses of MethodAction in com.aspectran.core.context.rule
Methods in com.aspectran.core.context.rule that return MethodAction Modifier and Type Method Description static MethodActionMethodActionRule. newMethodAction(java.lang.Class<?> configBeanClass, java.lang.reflect.Method method)Methods in com.aspectran.core.context.rule with parameters of type MethodAction Modifier and Type Method Description static ExceptionThrownRuleExceptionThrownRule. newInstance(java.lang.Class<? extends java.lang.Throwable>[] types, MethodAction action)voidAspectAdviceRule. setExecutableAction(MethodAction action)voidExceptionThrownRule. setExecutableAction(MethodAction action)
-