| org.apache.cocoon.components.modules.input.DefaultsModule org.apache.lenya.cms.cocoon.components.modules.input.PropertiesModule
PropertiesModule | public class PropertiesModule extends DefaultsModule implements InputModule,Initializable,ThreadSafe,Serviceable(Code) | | Input module for accessing the base properties used in Lenya. The main values
are the locations of the source directories and of the Lenya
directories.
|
getAttribute | public Object getAttribute(String name, Configuration modeConf, Map objectModel) throws ConfigurationException(Code) | | |
getAttributeNames | public Iterator getAttributeNames(Configuration modeConf, Map objectModel) throws ConfigurationException(Code) | | |
getAttributeValues | public Object[] getAttributeValues(String name, Configuration modeConf, Map objectModel) throws ConfigurationException(Code) | | |
service | public void service(ServiceManager manager) throws ServiceException(Code) | | |
Methods inherited from org.apache.cocoon.components.modules.input.DefaultsModule | public void configure(Configuration config) throws ConfigurationException(Code)(Java Doc) public Object getAttribute(String name, Configuration modeConf, Map objectModel) throws ConfigurationException(Code)(Java Doc) public Iterator getAttributeNames(Configuration modeConf, Map objectModel) throws ConfigurationException(Code)(Java Doc) public Object[] getAttributeValues(String name, Configuration modeConf, Map objectModel) throws ConfigurationException(Code)(Java Doc)
|
|
|