Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package com.RuntimeCollective.webapps.action

Class Summary
ActionContext Provides an attribute storage mechanism that is scoped to the lifetime of the current user action.
AddTrackedUserAction Implementation of Action that adds a user to the system.
AddUserToGroup Implementation of Action that adds (or removes) a user from a group.
ApproveOrRejectModeratedAction Action which mark a Moderated as being approved or rejected.
AuthenticatedBeanLoader A subclass of BeanLoader that requires the user to be logged on before proceeding.
BaseForwardAction A base action which defines the Josephine standard forwards.
BaseUserAction A base action which tries to load the user authenticated in the current browser session.
BeanActionMapping A simple extension to ActionMapping that makes it possible to associate a bean with an Action.
BeanEditor A general purpose utility Action that edits a bean.
BeanLinksAction An action which adds/edit/delete links from/to EntityBeans.
BeanLoader A general purpose utility Action that loads a bean.
BetsieAction Implementation of an Action that utilises Betsie to convert any page to plaintext.
CrumbTrailAction Take the user to a place on the crumb trail
DeleteTrackedUserAction DeleteUserAction archives a particular user.
EditAddressAction Edit an Address.
EditTrackedUserAction Implementation of an Action that edits a user's details.
EmailPasswordAction Implementation of Action that emails a user's password to them
FreeLogoffAction  
HtmlInputPostAction Implementation of Action to populate an EntityBean from an HtmlInputPostForm
LoginLinkNoReturnUrlAction Action code that takes any existing login_return_url off the session so that one that could potentially have persisted from a checkLogon tag when a user has then not chosen to login will be removed.
LogoffAction Implementation of Action that logs off a user.
LogonAction Implementation of Action that validates a user logon.
NewUserEmailAction Simple get the email from the form, and set it on the request for the next JSP.
RegisterAction Implementation of Action that registers a new user on the system.
ResurrectTrackedUserAction Implementation of Action that resurrects an archived user.
RevertEditedFromLiveVersionAction Implementation of Action that reverts the Edited version of a Versioned to its Live version.
SearchNotInGroupUserAction Implementation of Action that searches for users.
SearchUserAction Implementation of Action that searches for users.
SwitchUserAction Switch the current user (who has to be admin/editor) to another user.
TrackedUserLoginAction Implementation of Action that validates a user login, logs the user as a TrackedUser, and puts a webapps Session in the HttpSession.
TrackedUserRegisterAction Implementation of Action that registers a new TrackedUser on the system.