org.apache.turbine.modules.actions
Class DefaultAction

java.lang.Object
  extended byorg.apache.turbine.modules.Assembler
      extended byorg.apache.turbine.modules.Action
          extended byorg.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,v 1.5 2004/08/02 08:57:31 epugh Exp $
Author:
Dave Bryson, Peter Courcoux

Constructor Summary
DefaultAction()
           
 
Method Summary
 void doPerform(PipelineData pipelineData)
          Execute the action.
 void doPerform(RunData data)
          Deprecated. Use PipelineData version instead.
 
Methods inherited from class org.apache.turbine.modules.Action
perform, perform
 
Methods inherited from class org.apache.turbine.modules.Assembler
getRunData
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultAction

public DefaultAction()
Method Detail

doPerform

public void doPerform(RunData data)
               throws java.lang.Exception
Deprecated. Use PipelineData version instead.

Execute the action.

Specified by:
doPerform in class Action
Parameters:
data - Turbine information.
Throws:
java.lang.Exception - a generic exception.

doPerform

public void doPerform(PipelineData pipelineData)
               throws java.lang.Exception
Execute the action.

Overrides:
doPerform in class Action
Throws:
java.lang.Exception - a generic exception.


Copyright © 2000-2004 Apache Software Foundation. All Rights Reserved.