Class HeaderAction

  • All Implemented Interfaces:
    Executable

    public class HeaderAction
    extends java.lang.Object
    implements Executable
    HeaderAction to set response headers.

    Created: 2016. 08. 23.

    Since:
    3.0.0
    • Constructor Detail

      • HeaderAction

        public HeaderAction​(HeaderActionRule headerActionRule)
        Instantiates a new HeaderAction.
        Parameters:
        headerActionRule - the header action rule
    • Method Detail

      • execute

        public java.lang.Object execute​(Activity activity)
                                 throws java.lang.Exception
        Description copied from interface: Executable
        Execute this action.
        Specified by:
        execute in interface Executable
        Parameters:
        activity - the activity
        Returns:
        the result of action execution
        Throws:
        java.lang.Exception - if the action fails to execute
      • getHeaderActionRule

        public HeaderActionRule getHeaderActionRule()
        Returns the header action rule.
        Returns:
        the headerActionRule
      • getActionId

        public java.lang.String getActionId()
        Description copied from interface: Executable
        Gets the action id.
        Specified by:
        getActionId in interface Executable
        Returns:
        the action id
      • isHidden

        public boolean isHidden()
        Description copied from interface: Executable
        Returns whether this action is hidden.
        Specified by:
        isHidden in interface Executable
        Returns:
        true, if is hidden action
      • getActionRule

        public <T> T getActionRule()
        Description copied from interface: Executable
        Gets the action rule.
        Specified by:
        getActionRule in interface Executable
        Type Parameters:
        T - the generic type
        Returns:
        the action rule
      • toString

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