org.apache.cocoon.core.container.util
Class PropertyHelper

java.lang.Object
  extended byorg.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 $

Constructor Summary
PropertyHelper()
           
 
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
 

Constructor Detail

PropertyHelper

public PropertyHelper()
Method Detail

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.