org.openprivacy.reptile.actions
Interface Action

All Known Implementing Classes:
AdvancedSearch, ApplySettings, FlushSequenceCache, FlushTemplatesCache, Login, Logout, MarkAllSubscriptionsRead, MarkAllSubscriptionsUnread, PutReputation, RunTask, RunTaskTypes, Search, SearchRefresh, ToggleSystemProperty, Unsubscribe, UpdateContent, UpdatePublication, UpdateReadMarks, UpdateSubscriptions

public interface Action

Performs some type of web application action.

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

Method Summary
 ActionDirective perform(ParameterPasser params, javax.servlet.http.HttpSession session)
          Perform an action.
 

Method Detail

perform

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

java.lang.Exception