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.
DatabaseSelectAction Select 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 Deprecated. Use LocaleAction instead.
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. {context} - is the context path of the servlet (usually "/cocoon") {requestURI} - is the requested URI without parameters {requestQuery} - is the query string like "?
RequestParameterExistsAction This action simply checks to see if a given request parameter exists.
ResourceExistsAction This action simply checks to see if a given resource exists.
ScriptAction A simple action that executes any script that can be run by the BSF
ServerPagesAction Allows actions to be written in XSP.
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).
SetCharacterEncodingAction Sets the character encoding of parameters.
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-2002 Apache Software Foundation. All Rights Reserved.