org.openprivacy.reptile.actions
Class UpdateSubscriptions

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

public class UpdateSubscriptions
extends java.lang.Object
implements Action

Handles updating subscription markup when the user makes changes to Reptile.

Version:
$Id: UpdateSubscriptions.java,v 1.10 2001/12/24 08:18:38 burton Exp $
Author:
Kevin A. Burton

Field Summary
static java.lang.String RESOURCE
           
static java.lang.String SEQUENCE
           
 
Constructor Summary
UpdateSubscriptions()
           
 
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

SEQUENCE

public static final java.lang.String SEQUENCE

RESOURCE

public static final java.lang.String RESOURCE
Constructor Detail

UpdateSubscriptions

public UpdateSubscriptions()
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