| Name | Description | Type | Package | Framework |
| AbstractAction | AbstractAction gives you the infrastructure for easily deploying more Actions. | Class | org.apache.cocoon.acting | Apache Cocoon |
|
| AbstractComplementaryConfigurableAction | Set up environment for configurable form handling data. | Class | org.apache.cocoon.acting | Apache Cocoon |
|
| AbstractConfigurableAction | AbstractConfigurableAction gives you the infrastructure for easily deploying more Actions that take default parameters. | Class | org.apache.cocoon.acting | Apache Cocoon |
|
| AbstractDatabaseAction | Set up environment for configurable form handling data. | Class | org.apache.cocoon.acting | Apache Cocoon |
|
| AbstractMultiAction | The AbstractMultiAction provides a way to call methods of an action specified by | Class | org.apache.cocoon.acting | Apache Cocoon |
|
| AbstractValidatorAction | Abstract implementation of action that needs to perform validation of parameters (from session, from request, etc. | Class | org.apache.cocoon.acting | Apache Cocoon |
|
| Action | | Interface | org.apache.cocoon.acting | Apache Cocoon |
|
| CacheEventAction | Simple action to cause notification of a NamedEvent to an EventAwareCacheImpl. | Class | org.apache.cocoon.acting | Apache Cocoon |
|
| ClearCacheAction | Simple action which ensures the cache is cleared of allVersion:CVS $Id: ClearCacheAction. | Class | org.apache.cocoon.acting | Apache Cocoon |
|
| ClearPersistentStoreAction | Simple action which ensures the persistent store is cleared. | Class | org.apache.cocoon.acting | Apache Cocoon |
|
| ComposerAction | The ComposerAction will allow any Action that extends this to access SitemapComponents. | Class | org.apache.cocoon.acting | Apache Cocoon |
|
| ConfigurableComposerAction | The ComposerAction will allow any Action that extends this to access SitemapComponents. | Class | org.apache.cocoon.acting | Apache Cocoon |
|
| ConfigurableServiceableAction | The ConfigurableServiceableAction will allow any Action that extends this to access SitemapComponents. | Class | org.apache.cocoon.acting | Apache Cocoon |
|
| ConfigurationHelper | | Class | org.apache.cocoon.acting | Apache Cocoon |
|
| CopySourceAction | The CopySourceAction copies the content of it's src attribute to its dest parameter. | Class | org.apache.cocoon.acting | Apache Cocoon |
|
| DatabaseAction | Abstract action for common function needed by database actions. | Class | org.apache.cocoon.acting.modular | Apache Cocoon |
|
| DatabaseAction .CacheHelper | Structure that takes all processed data for a table depending on current default modes | Class | org.apache.cocoon.acting.modular.DatabaseAction | Apache Cocoon |
|
| DatabaseAction .Column | Structure that takes all processed data for one column. | Class | org.apache.cocoon.acting.modular.DatabaseAction | Apache Cocoon |
|
| DatabaseAction .LookUpKey | Structure that takes up both current mode types for database operations and table configuration data. | Class | org.apache.cocoon.acting.modular.DatabaseAction | Apache Cocoon |
|
| DatabaseAddAction | Adds record in a database. | Class | org.apache.cocoon.acting | Apache Cocoon |
|
| DatabaseAddAction | Adds record in a database. | Class | org.apache.cocoon.acting.modular | Apache Cocoon |
|
| DatabaseAuthenticatorAction | This action is used to authenticate user by comparing several request fields (username, password) with the values in database. | Class | org.apache.cocoon.acting | Apache Cocoon |
|
| DatabaseCookieAuthenticatorAction | This action is used to authenticate user by comparing several cookie values (username, password) with the values in database. | Class | org.apache.cocoon.acting | Apache Cocoon |
|
| DatabaseDeleteAction | Delete a record from a database. | Class | org.apache.cocoon.acting | Apache Cocoon |
|
| DatabaseDeleteAction | Updates a record in a database. | Class | org.apache.cocoon.acting.modular | Apache Cocoon |
|
| DatabaseQueryAction | Executes an arbitrary query. | Class | org.apache.cocoon.acting.modular | Apache Cocoon |
|
| DatabaseSelectAction | Select a record from a database. | Class | org.apache.cocoon.acting | Apache Cocoon |
|
| DatabaseSelectAction | Selects a record from a database. | Class | org.apache.cocoon.acting.modular | Apache Cocoon |
|
| DatabaseUpdateAction | Update a record in a database. | Class | org.apache.cocoon.acting | Apache Cocoon |
|
| DatabaseUpdateAction | Updates a record in a database. | Class | org.apache.cocoon.acting.modular | Apache Cocoon |
|
| DbXMLAuthenticatorAction | This action is used to authenticate user by comparing several request fields (username, password) with the values in a DBXML compliant database. | Class | org.apache.cocoon.acting | Apache Cocoon |
|
| FormValidatorAction | This is the action used to validate Request parameters. | Class | org.apache.cocoon.acting | Apache Cocoon |
|
| HelloAction | A simple Action that tracks if a Session object has been created or not. | Class | org.apache.cocoon.acting | Apache Cocoon |
|
| HttpCacheAction | This action adds the Last-Modified, Expires and Cache-Control HTTP headers to the response. | Class | org.apache.cocoon.acting | Apache Cocoon |
|
| HttpHeaderAction | This action adds HTTP headers to the response. | Class | org.apache.cocoon.acting | Apache Cocoon |
|
| InputModuleAction | Simple helper action to allow passing sitemap variables to InputModules. | Class | org.apache.cocoon.acting | Apache Cocoon |
|
| JMSPublisherAction | Action to publish TextMessages to a JMS Topic. | Class | org.apache.cocoon.acting | Apache Cocoon |
|
| LocaleAction | An action that locates and provides to the pipeline locale information looked up in a range of ways. | Class | org.apache.cocoon.acting | Apache Cocoon |
|
| OraAddAction | Add a record in a database. | Class | org.apache.cocoon.acting | Apache Cocoon |
|
| OraUpdateAction | Update a record in a database. | Class | org.apache.cocoon.acting | Apache Cocoon |
|
| PropagatorAction | This is the action used to propagate parameters into a store using an simply propagates given expression. | Class | org.apache.cocoon.acting | Apache Cocoon |
|
| RequestParamAction | This action makes some request details available to the sitemap via parameter {context} - is the context path of the servlet (usually /cocoon) | Class | org.apache.cocoon.acting | Apache Cocoon |
|
| RequestParameterExistsAction | This action simply checks to see if a given request parameter exists. | Class | org.apache.cocoon.acting | Apache Cocoon |
|
| RequestParameterExistsAction .StringParts | Constructor SummaryRequestParameterExistsAction. | Class | org.apache.cocoon.acting.RequestParameterExistsAction | Apache Cocoon |
|
| ResourceExistsAction | This action simply checks to see if a resource identified by the src sitemap attribute exists or not. | Class | org.apache.cocoon.acting | Apache Cocoon |
|
| ScriptAction | A simple action that executes any script that can be run by the BSFVersion:CVS $Id: ScriptAction. | Class | org.apache.cocoon.acting | Apache Cocoon |
|
| Sendmail | The Sendmail action class sends email. | Class | org.apache.cocoon.acting | Apache Cocoon |
|
| SendmailAction | The SendmailAction class sends email. | Class | org.apache.cocoon.acting | Apache Cocoon |
|
| ServerPagesAction | Allows actions to be written in XSP. | Class | org.apache.cocoon.acting | Apache Cocoon |
|
| ServiceableAction | The ServiceableAction will allow any Action that extends this to access SitemapComponents. | Class | org.apache.cocoon.acting | Apache Cocoon |
|
| SessionInvalidatorAction | This is the action used to invalidate an HTTP session. | Class | org.apache.cocoon.acting | Apache Cocoon |
|
| SessionIsValidAction | This action just checks if a session exists and whether the current seesion is still valid. | Class | org.apache.cocoon.acting | Apache Cocoon |
|
| SessionPropagatorAction | This is the action used to propagate parameters into session. | Class | org.apache.cocoon.acting | Apache Cocoon |
|
| SessionStateAction | Store the session's current state in a session attribute. | Class | org.apache.cocoon.acting | Apache Cocoon |
|
| SessionValidatorAction | This is the action used to validate Session parameters (attributes). | Class | org.apache.cocoon.acting | Apache Cocoon |
|
| SetCharacterEncodingAction | Sets the character encoding of parameters. | Class | org.apache.cocoon.acting | Apache Cocoon |
|
| SetterAction | This action can be used to set information in either the object model, the request or the session. | Class | org.apache.cocoon.acting | Apache Cocoon |
|
| ValidatorActionHelper | Helper class to pass the result of a validation back along with the validated object itself. | Class | org.apache.cocoon.acting | Apache Cocoon |
|
| ValidatorActionResult | A number of constants to represent the possible outcomes of aVersion:CVS $Id: ValidatorActionResult. | Class | org.apache.cocoon.acting | Apache Cocoon |