| org.apache.cocoon.components.modules.input.DefaultsModule
All known Subclasses: org.apache.lenya.cms.cocoon.components.modules.input.PropertiesModule, org.apache.cocoon.components.modules.input.DefaultsMetaModule,
DefaultsModule | public class DefaultsModule extends AbstractLogEnabled implements InputModule,Configurable,ThreadSafe(Code) | | Set a number of constants. To override the values with input from
another module, combine this one with the ChainMetaModule and an
arbitrary number of other modules.
<values>
<skin>myskin</skin>
<base>baseurl</base>
...
</values>
author: Christian Haul version: $Id: DefaultsModule.java 433543 2006-08-22 06:22:54Z crossley $ |
configure | public void configure(Configuration config) throws ConfigurationException(Code) | | |
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) | | |
|
|