org.openprivacy.reptile.actions
Interface Action
- All Known Implementing Classes:
- FlushSequenceCache, MarkAllSubscriptionsRead, Search, ToggleSystemProperty, UpdateContent, UpdatePublication, UpdateSubscriptions, RunTask, Logout, Login, AdvancedSearch, PutReputation, RunTaskTypes, MarkAllSubscriptionsUnread, UpdateReadMarks, SearchRefresh, FlushTemplatesCache
- 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
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.