Uses of Interface
org.apache.cocoon.configuration.Settings

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
 Properties PropertyProvider.getProperties(Settings settings, String runningMode, String path)
          Provide the properties.
static String PropertyHelper.getProperty(String key, Properties properties, Settings settings)
          Return the value of the property.
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.replace(String value, Settings settings)
          Replace all property references in the string with the current value and return it.
static void PropertyHelper.replaceAll(Properties props, Settings settings)
          Replace all references in the values contained in the properties.
 

Constructors in org.apache.cocoon.configuration with parameters of type Settings
MutableSettings(Settings parent)
          Create a new child settings object.
 



Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.