Class LegacyVelocityAction

    • Method Detail

      • doPerform

        public abstract void doPerform​(RunData data,
                                       org.apache.velocity.context.Context context)
                                throws Exception
        Deprecated.
        You SHOULD override this method and implement it in your action.
        Parameters:
        data - Turbine information.
        context - Context for web pages.
        Throws:
        Exception - a generic exception.
      • doPerform

        public void doPerform​(PipelineData pipelineData,
                              org.apache.velocity.context.Context context)
                       throws Exception
        Deprecated.
        Adapter method for legacy signature
        Specified by:
        doPerform in class VelocityAction
        Parameters:
        pipelineData - Turbine information.
        context - Context for web pages.
        Throws:
        Exception - a generic exception.
      • doPerform

        public void doPerform​(PipelineData pipelineData)
                       throws Exception
        Deprecated.
        This overrides the default Action.doPerform() to execute the doEvent() method. If that fails, then it will execute the doPerform() method instead.
        Specified by:
        doPerform in interface Action
        Overrides:
        doPerform in class VelocityActionEvent
        Parameters:
        pipelineData - A Turbine RunData object.
        Throws:
        Exception - a generic exception.