Package org.ametys.web
Class SiteConfigurationInputModule
- java.lang.Object
 - 
- org.apache.avalon.framework.logger.AbstractLogEnabled
 - 
- org.ametys.web.SiteConfigurationInputModule
 
 
 
- 
- All Implemented Interfaces:
 Component,LogEnabled,Serviceable,ThreadSafe,InputModule
public class SiteConfigurationInputModule extends AbstractLogEnabled implements InputModule, ThreadSafe, Serviceable
Input module for getting site configuration values. 
- 
- 
Field Summary
Fields Modifier and Type Field Description private SiteManager_siteManager- 
Fields inherited from interface org.apache.cocoon.components.modules.input.InputModule
ROLE 
 - 
 
- 
Constructor Summary
Constructors Constructor Description SiteConfigurationInputModule() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetAttribute(String name, Configuration modeConf, Map objectModel)IteratorgetAttributeNames(Configuration modeConf, Map objectModel)Object[]getAttributeValues(String name, Configuration modeConf, Map objectModel)voidservice(ServiceManager smanager)- 
Methods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger 
 - 
 
 - 
 
- 
- 
Field Detail
- 
_siteManager
private SiteManager _siteManager
 
 - 
 
- 
Constructor Detail
- 
SiteConfigurationInputModule
public SiteConfigurationInputModule()
 
 - 
 
- 
Method Detail
- 
service
public void service(ServiceManager smanager) throws ServiceException
- Specified by:
 servicein interfaceServiceable- Throws:
 ServiceException
 
- 
getAttribute
public Object getAttribute(String name, Configuration modeConf, Map objectModel) throws ConfigurationException
- Specified by:
 getAttributein interfaceInputModule- Throws:
 ConfigurationException
 
- 
getAttributeNames
public Iterator getAttributeNames(Configuration modeConf, Map objectModel) throws ConfigurationException
- Specified by:
 getAttributeNamesin interfaceInputModule- Throws:
 ConfigurationException
 
- 
getAttributeValues
public Object[] getAttributeValues(String name, Configuration modeConf, Map objectModel) throws ConfigurationException
- Specified by:
 getAttributeValuesin interfaceInputModule- Throws:
 ConfigurationException
 
 - 
 
 -