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 inherited from interface org.apache.cocoon.components.modules.input.InputModule
ROLE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetAttribute
(String name, Configuration modeConf, Map objectModel) getAttributeNames
(Configuration modeConf, Map objectModel) Object[]
getAttributeValues
(String name, Configuration modeConf, Map objectModel) void
service
(ServiceManager smanager) Methods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
-
Constructor Details
-
SiteConfigurationInputModule
public SiteConfigurationInputModule()
-
-
Method Details
-
service
- Specified by:
service
in interfaceServiceable
- Throws:
ServiceException
-
getAttribute
public Object getAttribute(String name, Configuration modeConf, Map objectModel) throws ConfigurationException - Specified by:
getAttribute
in interfaceInputModule
- Throws:
ConfigurationException
-
getAttributeNames
public Iterator getAttributeNames(Configuration modeConf, Map objectModel) throws ConfigurationException - Specified by:
getAttributeNames
in interfaceInputModule
- Throws:
ConfigurationException
-
getAttributeValues
public Object[] getAttributeValues(String name, Configuration modeConf, Map objectModel) throws ConfigurationException - Specified by:
getAttributeValues
in interfaceInputModule
- Throws:
ConfigurationException
-