org.openprivacy.reptile.actions
Class UpdateContent

java.lang.Object
  |
  +--org.openprivacy.reptile.actions.UpdateContent
All Implemented Interfaces:
Action

public class UpdateContent
extends java.lang.Object
implements Action

Generic action so that we can apply a stylesheet to a resource and save its output.

Version:
$Id: UpdateContent.java,v 1.2 2001/09/23 01:06:56 burton Exp $
Author:
Kevin A. Burton

Field Summary
static java.lang.String RESOURCE_KEY
           
static java.lang.String SEQUENCE_KEY
           
 
Constructor Summary
UpdateContent()
           
 
Method Summary
 ActionDirective perform(ParameterPasser params, javax.servlet.http.HttpSession session)
          Perform an action.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESOURCE_KEY

public static final java.lang.String RESOURCE_KEY
See Also:
Constant Field Values

SEQUENCE_KEY

public static final java.lang.String SEQUENCE_KEY
See Also:
Constant Field Values
Constructor Detail

UpdateContent

public UpdateContent()
Method Detail

perform

public ActionDirective perform(ParameterPasser params,
                               javax.servlet.http.HttpSession session)
                        throws java.lang.Exception
Description copied from interface: Action
Perform an action. The ParameterPasser is an abstraction of the HTTP params passed via the POST or GET method.

Specified by:
perform in interface Action
java.lang.Exception