| * Click on any classname, attribute, or operation for a javadoc tooltip. |
Package: org.openprivacy.reptile.actions Class: UpdatePublication
Kevin A. Burton $Id: UpdatePublication.java,v 1.6 2001/09/23 01:06:56 burton Exp $
<< java.lang.Object >>
org.openprivacy.reptile.actions.UpdatePublication
Field: SEQUENCE
No javadoc available...+ SEQUENCE : java.lang.String Field: RESOURCE
No javadoc available...+ RESOURCE : java.lang.String
Operation: perform
Kevin A. Burton+ perform ( params : ParameterPasser session : HttpSession ) : ActionDirective Class: ToggleSystemProperty
Kevin A. Burton $Id: ToggleSystemProperty.java,v 1.1 2001/11/28 07:51:36 burton Exp $
<< java.lang.Object >>
org.openprivacy.reptile.actions.ToggleSystemProperty
Operation: perform
Kevin A. Burton+ perform ( params : ParameterPasser session : HttpSession ) : ActionDirective Class: UpdateSubscriptions
Handles updating subscription markup when the user makes changes to Reptile.Kevin A. Burton $Id: UpdateSubscriptions.java,v 1.10 2001/12/24 08:18:38 burton Exp $
<< java.lang.Object >>
org.openprivacy.reptile.actions.UpdateSubscriptions
Field: SEQUENCE
No javadoc available...+ SEQUENCE : java.lang.String Field: RESOURCE
No javadoc available...+ RESOURCE : java.lang.String
Operation: perform
No javadoc available...+ perform ( params : ParameterPasser session : HttpSession ) : ActionDirective Class: MarkAllSubscriptionsRead
Kevin A. Burton $Id: MarkAllSubscriptionsRead.java,v 1.2 2002/02/09 05:55:47 burton Exp $
<< java.lang.Object >>
org.openprivacy.reptile.actions.MarkAllSubscriptionsRead
Operation: perform
No javadoc available...+ perform ( params : ParameterPasser session : HttpSession ) : ActionDirective Class: ActionDirective
Used by an action to provide further information to the ActionManager.Kevin A. Burton $Id: ActionDirective.java,v 1.1 2001/09/23 02:40:41 burton Exp $
<< java.lang.Object >>
org.openprivacy.reptile.actions.ActionDirective
Operation: setRedirect
Set the value ofredirect.Kevin A. Burton+ setRedirect ( redirect : String ) : void Operation: getRedirect
Get the value ofredirect. This is used to tell the ActionManager that the Action needs to redirect to a different URL.Kevin A. Burton+ getRedirect ( ) : String Class: UpdateContent
Generic action so that we can apply a stylesheet to a resource and save its output.Kevin A. Burton $Id: UpdateContent.java,v 1.2 2001/09/23 01:06:56 burton Exp $
<< java.lang.Object >>
org.openprivacy.reptile.actions.UpdateContent
Field: RESOURCE_KEY
No javadoc available...+ RESOURCE_KEY : java.lang.String Field: SEQUENCE_KEY
No javadoc available...+ SEQUENCE_KEY : java.lang.String
Operation: perform
Kevin A. Burton+ perform ( params : ParameterPasser session : HttpSession ) : ActionDirective Class: FlushSequenceCache
Kevin A. Burton $Id: FlushSequenceCache.java,v 1.2 2001/09/23 01:06:56 burton Exp $
<< java.lang.Object >>
org.openprivacy.reptile.actions.FlushSequenceCache
Operation: perform
No javadoc available...+ perform ( params : ParameterPasser session : HttpSession ) : ActionDirective Class: Search
burtonator $Id: Search.java,v 1.5 2002/02/09 07:31:21 burton Exp $
<< java.lang.Object >>
org.openprivacy.reptile.actions.Search
Field: PARAM_SEARCH_CRITERIA
The criteria string we should use. Note that in the future this could be multiple values.+ PARAM_SEARCH_CRITERIA : java.lang.String Field: PARAM_SEARCH_PROVIDER
Specificy the provider that should run this query.+ PARAM_SEARCH_PROVIDER : java.lang.String Field: PARAM_SEARCH_REQUEST
Specificy the request (probably an AdvancedSearchRequest) that should run this query.+ PARAM_SEARCH_REQUEST : java.lang.String Field: PARAM_SEARCH_ORDER
Specify the search order for this query.+ PARAM_SEARCH_ORDER : java.lang.String Field: PARAM_SEARCH_FIELDS
Comma separated list of fields to match Example: title, description, location, etc.+ PARAM_SEARCH_FIELDS : java.lang.String Field: PARAM_SEARCH_MAXCOUNT
Maximum number of items to return 100, 200, 300, etc+ PARAM_SEARCH_MAXCOUNT : java.lang.String Field: PARAM_SEARCH_PAGE
Integer based id of the page we need to view.+ PARAM_SEARCH_PAGE : java.lang.String Field: PARAM_SEARCH_PROVIDER_HANDLE
Handle of the provider to use.+ PARAM_SEARCH_PROVIDER_HANDLE : java.lang.String
Operation: perform
Handles searching within Reptile.Exception if an error occurs+ perform ( params : ParameterPasser session : HttpSession ) : ActionDirective Class: RunTask
Responsible for updating Reptile subscriptions with the Proxy mechanism.burtonator $Id: RunTask.java,v 1.3 2002/02/04 22:47:32 burton Exp $
<< java.lang.Object >>
org.openprivacy.reptile.actions.RunTask
Field: TASK_ID_KEY
No javadoc available...+ TASK_ID_KEY : java.lang.String
Operation: perform
Exception if an error occurs+ perform ( params : ParameterPasser session : HttpSession ) : ActionDirective Class: Logout
Kevin A. Burton $Id: Logout.java,v 1.5 2001/09/23 01:06:56 burton Exp $
<< java.lang.Object >>
org.openprivacy.reptile.actions.Logout
Operation: perform
No javadoc available...+ perform ( params : ParameterPasser session : HttpSession ) : ActionDirective Class: Login
Class whose overall purpose is to login to Repile.Kevin A. Burton $Id: Login.java,v 1.8 2001/09/23 01:06:56 burton Exp $
<< java.lang.Object >>
org.openprivacy.reptile.actions.Login
Operation: perform
performhandles logging into Reptile.Exception if an error occurs+ perform ( params : ParameterPasser session : HttpSession ) : ActionDirective Class: AdvancedSearch
burtonator $Id: AdvancedSearch.java,v 1.1 2002/02/09 07:33:05 burton Exp $
<< java.lang.Object >>
org.openprivacy.reptile.actions.AdvancedSearch
Operation: perform
Handles advanced searching within Reptile.Exception if an error occurs+ perform ( params : ParameterPasser session : HttpSession ) : ActionDirective Class: PutReputation
Kevin A. Burton $Id: PutReputation.java,v 1.7 2002/02/04 22:47:32 burton Exp $
<< java.lang.Object >>
org.openprivacy.reptile.actions.PutReputation
Operation: perform
No javadoc available...+ perform ( params : ParameterPasser session : HttpSession ) : ActionDirective Class: RunTaskTypes
Run all tasks with the given type.burtonator $Id: RunTaskTypes.java,v 1.1 2001/09/26 01:28:03 burton Exp $
<< java.lang.Object >>
org.openprivacy.reptile.actions.RunTaskTypes
Field: TASK_ID_KEY
No javadoc available...+ TASK_ID_KEY : java.lang.String
Operation: perform
performhandles logging into Reptile.Exception if an error occurs+ perform ( params : ParameterPasser session : HttpSession ) : ActionDirective Class: MarkAllSubscriptionsUnread
Kevin A. Burton $Id: MarkAllSubscriptionsUnread.java,v 1.2 2002/02/09 05:55:47 burton Exp $
<< java.lang.Object >>
org.openprivacy.reptile.actions.MarkAllSubscriptionsUnread
Operation: perform
No javadoc available...+ perform ( params : ParameterPasser session : HttpSession ) : ActionDirective Class: UpdateReadMarks
Kevin A. Burton $Id: UpdateReadMarks.java,v 1.14 2001/11/29 05:08:38 burton Exp $
<< java.lang.Object >>
org.openprivacy.reptile.actions.UpdateReadMarks
Field: OPERATION_KEY
No javadoc available...+ OPERATION_KEY : java.lang.String Field: CONTENT_TYPE_KEY
No javadoc available...+ CONTENT_TYPE_KEY : java.lang.String Field: LOCATION_KEY
No javadoc available...+ LOCATION_KEY : java.lang.String Field: OPERATION_READ
No javadoc available...+ OPERATION_READ : java.lang.String Field: OPERATION_UNREAD
No javadoc available...+ OPERATION_UNREAD : java.lang.String
Operation: perform
burtonator $Id: UpdateReadMarks.java,v 1.14 2001/11/29 05:08:38 burton Exp $+ perform ( params : ParameterPasser session : HttpSession ) : ActionDirective Class: SearchRefresh
burtonator $Id: SearchRefresh.java,v 1.1 2002/02/07 10:00:23 burton Exp $
<< java.lang.Object >>
org.openprivacy.reptile.actions.SearchRefresh
Operation: perform
Handles searching within Reptile.Exception if an error occurs+ perform ( params : ParameterPasser session : HttpSession ) : ActionDirective Class: FlushTemplatesCache
Kevin A. Burton $Id: FlushTemplatesCache.java,v 1.2 2001/09/23 01:06:56 burton Exp $
<< java.lang.Object >>
org.openprivacy.reptile.actions.FlushTemplatesCache
Operation: perform
No javadoc available...+ perform ( params : ParameterPasser session : HttpSession ) : ActionDirective Class: ActionManager
Handles performing the correct action based on the give reptile.actionKevin A. Burton $Id: ActionManager.java,v 1.17 2001/11/29 05:08:38 burton Exp $
<< java.lang.Object >>
org.openprivacy.reptile.actions.ActionManager
Operation: exec
Execute any actions... Return true if we have redirected.burtonator $Id: ActionManager.java,v 1.17 2001/11/29 05:08:38 burton Exp $+ exec ( request : HttpServletRequest response : HttpServletResponse ) : boolean