org.openprivacy.reptile.actions
Class ActionManager

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

public class ActionManager
extends java.lang.Object

Handles performing the correct action based on the give reptile.action

Version:
$Id: ActionManager.java,v 1.17 2001/11/29 05:08:38 burton Exp $
Author:
Kevin A. Burton

Constructor Summary
ActionManager()
           
 
Method Summary
static boolean exec(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Execute any actions...
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionManager

public ActionManager()
Method Detail

exec

public static boolean exec(javax.servlet.http.HttpServletRequest request,
                           javax.servlet.http.HttpServletResponse response)
                    throws javax.servlet.ServletException
Execute any actions... Return true if we have redirected.

javax.servlet.ServletException