@Deprecated public abstract class LegacyVelocityAction extends VelocityAction
initialized, velocity
bubbleUpException, BUTTON, BUTTON_LENGTH, DEFAULT_METHOD, LENGTH, log, METHOD_NAME_LENGTH, METHOD_NAME_PREFIX
CACHE_SIZE_DEFAULT, CACHE_SIZE_KEY, NAME, PREFIX
Constructor and Description |
---|
LegacyVelocityAction()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
doPerform(PipelineData pipelineData)
Deprecated.
This overrides the default Action.doPerform() to execute the
doEvent() method.
|
void |
doPerform(PipelineData pipelineData,
org.apache.velocity.context.Context context)
Deprecated.
Adapter method for legacy signature
|
abstract void |
doPerform(RunData data,
org.apache.velocity.context.Context context)
Deprecated.
You SHOULD override this method and implement it in your action.
|
initialize, perform, setTemplate
considerKey, executeEvents, formatString, getMethod
getRunData
public LegacyVelocityAction()
public abstract void doPerform(RunData data, org.apache.velocity.context.Context context) throws Exception
data
- Turbine information.context
- Context for web pages.Exception
- a generic exception.public void doPerform(PipelineData pipelineData, org.apache.velocity.context.Context context) throws Exception
doPerform
in class VelocityAction
pipelineData
- Turbine information.context
- Context for web pages.Exception
- a generic exception.public void doPerform(PipelineData pipelineData) throws Exception
doPerform
in class VelocityActionEvent
pipelineData
- A Turbine RunData object.Exception
- a generic exception.Copyright © 2000–2018 The Apache Software Foundation. All rights reserved.