org.apache.turbine.modules.actions
Class DefaultAction
java.lang.Object
org.apache.turbine.modules.Assembler
org.apache.turbine.modules.Action
org.apache.turbine.modules.actions.DefaultAction
public class DefaultAction
- extends Action
This is a Default Action module that doesn't do much.
- Version:
- $Id: DefaultAction.java 1066529 2011-02-02 17:01:46Z ludwig $
- Author:
- Dave Bryson, Peter Courcoux
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultAction
public DefaultAction()
doPerform
@Deprecated
public void doPerform(RunData data)
throws Exception
- Deprecated. Use PipelineData version instead.
- Execute the action.
- Specified by:
doPerform
in class Action
- Parameters:
data
- Turbine information.
- Throws:
Exception
- a generic exception.
doPerform
public void doPerform(PipelineData pipelineData)
throws Exception
- Execute the action.
- Overrides:
doPerform
in class Action
- Parameters:
data
- Turbine information.
- Throws:
Exception
- a generic exception.
Copyright © 2000-2011 The Apache Software Foundation. All Rights Reserved.