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

Quick Search    Search Deep

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.
AbstractMethodAction The AbstractMethodAction provides a way to call methods of an action specified by the method parameter.
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  
CookieCreatorAction The CookieCreatorAction class create or remove cookies.
CookieValidatorAction This is the action used to validate Cookie parameters (values).
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.
DatabaseCookieAuthenticatorAction This action is used to authenticate user by comparing several cookie values (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.
DbXMLAuthenticatorAction This action is used to authenticate user by comparing several request fields (username, password) with the values in a DBXML compliant 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.
MultiAction This is just a simple example how to use the new action syntax.
OraAddAction Add a record in a database.
OraUpdateAction Update a record in a database.
RequestParamAction This action makes some request details available to the sitemap via parameter substitution.
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
SectionCutterAction An action designed to set any number of variables, based on the current site section.
SendmailAction The SendmailAction class sends email.
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.
 

Exception Summary