|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Settings in org.apache.cocoon.configuration |
Classes in org.apache.cocoon.configuration that implement Settings | |
class |
MutableSettings
This is an implementation of the Settings object. |
Fields in org.apache.cocoon.configuration declared as Settings | |
protected Settings |
MutableSettings.parent
The optional parent settings object. |
Methods in org.apache.cocoon.configuration with parameters of type Settings | |
static String |
PropertyHelper.replace(String value,
Settings settings)
Replace all property references in the string with the current value and return it. |
static String |
PropertyHelper.replace(String value,
Properties properties,
Settings settings)
Replace all property references in the string with the current value and return it. |
static String |
PropertyHelper.getProperty(String key,
Properties properties,
Settings settings)
Return the value of the property. |
static void |
PropertyHelper.replaceAll(Properties props,
Settings settings)
Replace all references in the values contained in the properties. |
Properties |
PropertyProvider.getProperties(Settings settings,
String runningMode,
String path)
Provide the properties. |
Constructors in org.apache.cocoon.configuration with parameters of type Settings | |
MutableSettings(Settings parent)
Create a new child settings object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |