Save This Page
Home » cocoon-2.1.11-src » org.apache » cocoon » acting » [javadoc | source]
org.apache.cocoon.acting
abstract public class: AbstractComplementaryConfigurableAction [javadoc | source]
java.lang.Object
   org.apache.avalon.framework.logger.AbstractLogEnabled
      org.apache.cocoon.acting.AbstractAction
         org.apache.cocoon.acting.AbstractConfigurableAction
            org.apache.cocoon.acting.ConfigurableServiceableAction
               org.apache.cocoon.acting.AbstractComplementaryConfigurableAction

All Implemented Interfaces:
    org.apache.avalon.framework.service.Serviceable, org.apache.avalon.framework.configuration.Configurable, Action

Direct Known Subclasses:
    DatabaseDeleteAction, OraUpdateAction, DbXMLAuthenticatorAction, SessionValidatorAction, DatabaseAddAction, FormValidatorAction, DatabaseAddAction, DatabaseAuthenticatorAction, DatabaseCookieAuthenticatorAction, AbstractValidatorAction, CookieValidatorAction, DatabaseUpdateAction, SessionFormAction, DatabaseSelectAction, OraAddAction, DatabaseDeleteAction, DatabaseSelectAction, DatabaseAction, DatabaseQueryAction, DatabaseUpdateAction, AbstractDatabaseAction

Set up environment for configurable form handling data. This group of actions are unique in that they employ a terciary mapping. Each configuration file must use the same format in order to be effective. The name of the root configuration element is irrelevant.
Fields inherited from org.apache.cocoon.acting.ConfigurableServiceableAction:
manager
Fields inherited from org.apache.cocoon.acting.AbstractConfigurableAction:
settings
Fields inherited from org.apache.cocoon.acting.AbstractAction:
EMPTY_MAP
Method from org.apache.cocoon.acting.AbstractComplementaryConfigurableAction Summary:
getConfiguration,   getConfiguration,   getConfiguration
Methods from org.apache.cocoon.acting.ConfigurableServiceableAction:
service
Methods from org.apache.cocoon.acting.AbstractConfigurableAction:
configure
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.cocoon.acting.AbstractComplementaryConfigurableAction Detail:
 protected Configuration getConfiguration(String descriptor) throws ConfigurationException 
    Set up the complementary configuration file. Please note that multiple Actions can share the same configurations. By using this approach, we can limit the number of config files. Also note that the configuration file does not have to be a file. Defaults to reload configuration file it has changed.
 protected Configuration getConfiguration(String descriptor,
    boolean reloadable) throws ConfigurationException 
Deprecated! please - use the getConfiguration(String, SourceResolver, boolean) version of this method instead.

 protected Configuration getConfiguration(String descriptor,
    SourceResolver resolver,
    boolean reloadable) throws ConfigurationException 
    Set up the complementary configuration file. Please note that multiple Actions can share the same configurations. By using this approach, we can limit the number of config files. Also note that the configuration file does not have to be a file.