org.apache.cocoon.core.container.util
Class PropertyHelper
java.lang.Object
org.apache.cocoon.core.container.util.PropertyHelper
- public class PropertyHelper
- extends Object
Helper class for replacing property references with the value of the
property
- Since:
- 2.2
- Version:
- $Id: PropertyHelper.java 312637 2005-10-10 13:00:42Z cziegeler $
Method Summary |
static String |
replace(String value,
Settings settings)
Replace all property references in the string with the current value
and return it. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertyHelper
public PropertyHelper()
replace
public static String replace(String value,
Settings settings)
- Replace all property references in the string with the current value
and return it.
Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.