org.openprivacy.reptile.actions
Class ActionDirective

java.lang.Object
  |
  +--org.openprivacy.reptile.actions.ActionDirective

public class ActionDirective
extends java.lang.Object

Used by an action to provide further information to the ActionManager.

Version:
$Id: ActionDirective.java,v 1.1 2001/09/23 02:40:41 burton Exp $
Author:
Kevin A. Burton

Constructor Summary
ActionDirective()
           
 
Method Summary
 java.lang.String getRedirect()
          Get the value of redirect.
 void setRedirect(java.lang.String redirect)
          Set the value of redirect.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionDirective

public ActionDirective()
Method Detail

setRedirect

public void setRedirect(java.lang.String redirect)
Set the value of redirect.


getRedirect

public java.lang.String getRedirect()
Get the value of redirect. This is used to tell the ActionManager that the Action needs to redirect to a different URL.