org.openprivacy.reptile.actions
Class UpdateReadMarks
java.lang.Object
|
+--org.openprivacy.reptile.actions.UpdateReadMarks
- All Implemented Interfaces:
- Action
- public class UpdateReadMarks
- extends java.lang.Object
- implements Action
- Version:
- $Id: UpdateReadMarks.java,v 1.16 2002/02/27 08:50:52 burton Exp $
- Author:
- Kevin A. Burton
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OPERATION_KEY
public static final java.lang.String OPERATION_KEY
- See Also:
- Constant Field Values
CONTENT_TYPE_KEY
public static final java.lang.String CONTENT_TYPE_KEY
- See Also:
- Constant Field Values
LOCATION_KEY
public static final java.lang.String LOCATION_KEY
- See Also:
- Constant Field Values
OPERATION_READ
public static final java.lang.String OPERATION_READ
- See Also:
- Constant Field Values
OPERATION_UNREAD
public static final java.lang.String OPERATION_UNREAD
- See Also:
- Constant Field Values
UpdateReadMarks
public UpdateReadMarks()
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