org.apache.cocoon.acting
Class ConfigurableServiceableAction

java.lang.Object
  extended by org.apache.avalon.framework.logger.AbstractLogEnabled
      extended by org.apache.cocoon.acting.AbstractAction
          extended by org.apache.cocoon.acting.AbstractConfigurableAction
              extended by org.apache.cocoon.acting.ConfigurableServiceableAction
All Implemented Interfaces:
Component, Configurable, LogEnabled, Serviceable, Action
Direct Known Subclasses:
AbstractComplementaryConfigurableAction, AbstractMultiAction, InputModuleAction

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.html 1304258 2012-03-23 10:09:27Z ilgrosso $
Author:
Giacomo Pati, Christian Haul

Field Summary
protected  ServiceManager manager
          The service manager instance
 
Fields inherited from class org.apache.cocoon.acting.AbstractConfigurableAction
settings
 
Fields inherited from class org.apache.cocoon.acting.AbstractAction
EMPTY_MAP
 
Fields inherited from interface org.apache.cocoon.acting.Action
ROLE
 
Constructor Summary
ConfigurableServiceableAction()
           
 
Method Summary
 void service(ServiceManager manager)
           
 
Methods inherited from class org.apache.cocoon.acting.AbstractConfigurableAction
configure
 
Methods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
 
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
 

Field Detail

manager

protected ServiceManager manager
The service manager instance

Constructor Detail

ConfigurableServiceableAction

public ConfigurableServiceableAction()
Method Detail

service

public void service(ServiceManager manager)
             throws ServiceException
Specified by:
service in interface Serviceable
Throws:
ServiceException


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