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$
Author:
Dave Bryson

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

Constructor Detail

DefaultAction

public DefaultAction()
Method Detail

doPerform

public void doPerform(RunData data)
               throws java.lang.Exception
Execute the action.
Overrides:
doPerform in class Action
Parameters:
data - Turbine information.
Throws:
Exception, - a generic exception.


Copyright © 1999-2001 Apache Software Foundation. All Rights Reserved.