Save This Page
Home » cocoon-2.1.11-src » org.apache » cocoon » acting » [javadoc | source]
org.apache.cocoon.acting
abstract public class: ConfigurableServiceableAction [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

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

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

The ConfigurableServiceableAction will allow any Action that extends this to access SitemapComponents. Basically a copy of ServiceableAction that inherits from AbstractConfigurableAction .
Field Summary
protected  ServiceManager manager    The service manager instance 
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.ConfigurableServiceableAction Summary:
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.ConfigurableServiceableAction Detail:
 public  void service(ServiceManager manager) throws ServiceException