Class MethodActionRule


  • public class MethodActionRule
    extends java.lang.Object
    The Class MethodActionRule.

    Created: 2016. 2. 10.

    Since:
    2.0.0
    • Constructor Detail

      • MethodActionRule

        public MethodActionRule()
    • Method Detail

      • getActionId

        public java.lang.String getActionId()
      • setActionId

        public void setActionId​(java.lang.String actionId)
      • getConfigBeanClass

        public java.lang.Class<?> getConfigBeanClass()
      • setConfigBeanClass

        public void setConfigBeanClass​(java.lang.Class<?> configBeanClass)
      • getMethod

        public java.lang.reflect.Method getMethod()
      • setMethod

        public void setMethod​(java.lang.reflect.Method method)
      • getMethodName

        public java.lang.String getMethodName()
      • isRequiresTranslet

        public boolean isRequiresTranslet()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • newInstance

        public static MethodActionRule newInstance​(java.lang.Class<?> actionClass,
                                                   java.lang.reflect.Method method)
        Returns a new derived instance of MethodActionRule.
        Parameters:
        actionClass - the action class
        method - the method
        Returns:
        the method action rule
      • isRequiresTranslet

        public static boolean isRequiresTranslet​(java.lang.reflect.Method method)
      • newMethodAction

        public static MethodAction newMethodAction​(java.lang.Class<?> configBeanClass,
                                                   java.lang.reflect.Method method)