org.openprivacy.reptile.actions
Class MarkAllSubscriptionsUnread

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

public class MarkAllSubscriptionsUnread
extends java.lang.Object
implements Action

Version:
$Id: MarkAllSubscriptionsUnread.java,v 1.2 2002/02/09 05:55:47 burton Exp $
Author:
Kevin A. Burton

Constructor Summary
MarkAllSubscriptionsUnread()
           
 
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
 

Constructor Detail

MarkAllSubscriptionsUnread

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