Uses of Class
org.apache.cocoon.acting.AbstractConfigurableAction

Packages that use AbstractConfigurableAction
org.apache.cocoon.acting   
org.apache.cocoon.acting.modular modular These sitemap components use modules to obtain values and are thus very flexible in use. 
org.apache.cocoon.webapps.session.acting   
 

Uses of AbstractConfigurableAction in org.apache.cocoon.acting
 

Subclasses of AbstractConfigurableAction in org.apache.cocoon.acting
 class AbstractComplementaryConfigurableAction
          Set up environment for configurable form handling data.
 class AbstractDatabaseAction
          Set up environment for configurable form handling data.
 class AbstractMultiAction
          The AbstractMultiAction provides a way to call methods of an action specified by the method parameter or request parameter.
 class AbstractValidatorAction
          Abstract implementation of action that needs to perform validation of parameters (from session, from request, etc.).
 class ConfigurableComposerAction
          Deprecated. Use the ConfigurableServiceableAction instead
 class ConfigurableServiceableAction
          The ConfigurableServiceableAction will allow any Action that extends this to access SitemapComponents.
 class DatabaseAddAction
          Adds record in a database.
 class DatabaseAuthenticatorAction
          This action is used to authenticate user by comparing several request fields (username, password) with the values in database.
 class DatabaseCookieAuthenticatorAction
          This action is used to authenticate user by comparing several cookie values (username, password) with the values in database.
 class DatabaseDeleteAction
          Delete a record from a database.
 class DatabaseSelectAction
          Select a record from a database.
 class DatabaseUpdateAction
          Update a record in a database.
 class DbXMLAuthenticatorAction
          This action is used to authenticate user by comparing several request fields (username, password) with the values in a DBXML compliant database.
 class FormValidatorAction
          This is the action used to validate Request parameters.
 class HttpCacheAction
          This action adds the Last-Modified, Expires and Cache-Control HTTP headers to the response.
 class HttpHeaderAction
          This action adds HTTP headers to the response.
 class InputModuleAction
          Simple helper action to allow passing sitemap variables to InputModules.
 class OraAddAction
          Add a record in a database.
 class OraUpdateAction
          Update a record in a database.
 class RequestParameterExistsAction
          This action simply checks to see if a given request parameter exists.
 class ServerPagesAction
          Allows actions to be written in XSP.
 class SessionPropagatorAction
          This is the action used to propagate parameters into session.
 class SessionStateAction
          Store the session's current state in a session attribute.
 class SessionValidatorAction
          This is the action used to validate Session parameters (attributes).
 

Uses of AbstractConfigurableAction in org.apache.cocoon.acting.modular
 

Subclasses of AbstractConfigurableAction in org.apache.cocoon.acting.modular
 class DatabaseAction
          Abstract action for common function needed by database actions.
 class DatabaseQueryAction
          Executes an arbitrary query.
 

Uses of AbstractConfigurableAction in org.apache.cocoon.webapps.session.acting
 

Subclasses of AbstractConfigurableAction in org.apache.cocoon.webapps.session.acting
 class SessionFormAction
          Deprecated. This block is deprecated and will be removed in future versions.
 



Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.