org.apache.cocoon.acting
Class ConfigurableServiceableAction
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:
- Action, Configurable, LogEnabled, Serviceable
- Direct Known Subclasses:
- AbstractComplementaryConfigurableAction, AbstractMultiAction, InputModuleAction, SectionCutterAction
- public abstract class ConfigurableServiceableAction
- extends AbstractConfigurableAction
- implements Serviceable
The ConfigurableServiceableAction
will allow any Action
that extends this to access SitemapComponents.
Basically a copy of ServiceableAction
that inherits from
AbstractConfigurableAction
.
- Version:
- CVS $Id: ConfigurableServiceableAction.java 30941 2004-07-29 19:56:58Z vgritsenko $
- Author:
- Giacomo Pati, Christian Haul
Fields inherited from interface org.apache.cocoon.acting.Action |
ROLE |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.cocoon.acting.Action |
act |
manager
protected ServiceManager manager
- The service manager instance
ConfigurableServiceableAction
public ConfigurableServiceableAction()
service
public void service(ServiceManager manager)
throws ServiceException
- Specified by:
service
in interface Serviceable
- Throws:
ServiceException
Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.