public class VelocityActionDoesNothing extends VelocityAction
Modifier and Type | Field and Description |
---|---|
static int |
actionEventCalls |
static int |
numberOfCalls |
static int |
pipelineDataCalls |
initialized
bubbleUpException, BUTTON, BUTTON_LENGTH, DEFAULT_METHOD, LENGTH, METHOD_NAME_LENGTH, METHOD_NAME_PREFIX
CACHE_SIZE_DEFAULT, CACHE_SIZE_KEY, NAME, PREFIX
Constructor and Description |
---|
VelocityActionDoesNothing() |
Modifier and Type | Method and Description |
---|---|
void |
arbitraryMethodName(PipelineData pipelineData,
org.apache.velocity.context.Context context)
Annotated action method.
|
void |
doPerform(PipelineData pipelineData,
org.apache.velocity.context.Context context)
Default action is throw an exception.
|
initialize, perform, setTemplate
doPerform
considerKey, executeEvents, formatString, getMethod
getRunData
public static int numberOfCalls
public static int pipelineDataCalls
public static int actionEventCalls
public VelocityActionDoesNothing()
public void doPerform(PipelineData pipelineData, org.apache.velocity.context.Context context) throws Exception
doPerform
in class VelocityAction
pipelineData
- Current RunData informationcontext
- Context to populateException
- Thrown on errorpublic void arbitraryMethodName(PipelineData pipelineData, org.apache.velocity.context.Context context) throws Exception
pipelineData
- Current RunData informationcontext
- Context to populateException
- Thrown on errorCopyright © 2000-2015 The Apache Software Foundation. All Rights Reserved.