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

Packages that use ConfigurableServiceableAction
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 ConfigurableServiceableAction in org.apache.cocoon.acting
 

Subclasses of ConfigurableServiceableAction 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 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 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 SessionValidatorAction
          This is the action used to validate Session parameters (attributes).
 

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

Subclasses of ConfigurableServiceableAction 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 ConfigurableServiceableAction in org.apache.cocoon.webapps.session.acting
 

Subclasses of ConfigurableServiceableAction 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.