Package org.apache.cocoon.acting

Interface Summary
Action  
 

Class Summary
AbstractAction AbstractAction gives you the infrastructure for easily deploying more Actions.
AbstractComplementaryConfigurableAction Set up environment for configurable form handling data.
AbstractConfigurableAction AbstractConfigurableAction gives you the infrastructure for easily deploying more Actions that take default parameters.
AbstractDatabaseAction Set up environment for configurable form handling data.
AbstractValidatorAction Abstract implementation of action that needs to perform validation of parameters (from session, from request, etc.).
ComposerAction The ComposerAction will allow any Action that extends this to access SitemapComponents.
ConfigurableComposerAction The ComposerAction will allow any Action that extends this to access SitemapComponents.
ConfigurationHelper  
DatabaseAddAction Adds record in a database.
DatabaseAuthenticatorAction This action is used to authenticate user by comparing several request fields (username, password) with the values in database.
DatabaseDeleteAction Delete a record from a database.
DatabaseUpdateAction Update a record in a database.
FormValidatorAction This is the action used to validate Request parameters.
HelloAction A simple Action that tracks if a Session object has been created or not.
HttpHeaderAction This action adds HTTP headers to the response.
LangSelect LangSelect Action returns two character language code to sitemap.
LocaleAction LocaleAction is a class which obtains the request's locale information (language, country, variant) and makes it available to the sitemap/pipeline.
RequestParamAction This action makes some request details available to the sitemap via parameter substitution
ResourceExistsAction This action simply checks to see if a given resource exists.
SessionInvalidatorAction This is the action used to invalidate an HTTP session.
SessionIsValidAction This action just checks if a session exists and whether the current seesion is still valid.
SessionPropagatorAction This is the action used to propagate parameters into session.
SessionStateAction Store the session's current state in a session attribute.
SessionValidatorAction This is the action used to validate Session parameters (attributes).
ValidatorActionHelper Helper class to pass a the result of a validation back along with the validated object itself.
ValidatorActionResult A number of constants to represent the possible outcomes of a validation.
 



Copyright © 1999-2001 Apache Software Foundation. All Rights Reserved.