Class VelocityActionWithServiceInjection
- java.lang.Object
-
- org.apache.turbine.modules.ActionEvent
-
- org.apache.turbine.util.velocity.VelocityActionEvent
-
- org.apache.turbine.modules.actions.VelocityAction
-
- org.apache.turbine.modules.actions.VelocityActionWithServiceInjection
-
public class VelocityActionWithServiceInjection extends VelocityAction
This action is used in testing the injection of services.- Author:
- Thomas Vandahl
-
-
Field Summary
-
Fields inherited from class org.apache.turbine.util.velocity.VelocityActionEvent
initialized, velocity
-
Fields inherited from class org.apache.turbine.modules.ActionEvent
bubbleUpException, BUTTON, BUTTON_LENGTH, DEFAULT_METHOD, LENGTH, log, METHOD_NAME_LENGTH, METHOD_NAME_PREFIX
-
Fields inherited from interface org.apache.turbine.modules.Action
CACHE_SIZE_DEFAULT, CACHE_SIZE_KEY, NAME, PREFIX
-
-
Constructor Summary
Constructors Constructor Description VelocityActionWithServiceInjection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
doPerform(PipelineData pipelineData, org.apache.velocity.context.Context context)
Default action is nothing.-
Methods inherited from class org.apache.turbine.modules.actions.VelocityAction
initialize, perform, setTemplate
-
Methods inherited from class org.apache.turbine.util.velocity.VelocityActionEvent
doPerform
-
Methods inherited from class org.apache.turbine.modules.ActionEvent
considerKey, executeEvents, formatString, getMethod
-
-
-
-
Constructor Detail
-
VelocityActionWithServiceInjection
public VelocityActionWithServiceInjection()
-
-
Method Detail
-
doPerform
public void doPerform(PipelineData pipelineData, org.apache.velocity.context.Context context) throws Exception
Default action is nothing.- Specified by:
doPerform
in classVelocityAction
- Parameters:
pipelineData
- Current RunData informationcontext
- Context to populate- Throws:
Exception
- Thrown on error
-
-