Liferay 6.0.5

com.liferay.util
Class ContextReplace

java.lang.Object
  extended by com.liferay.util.ContextReplace
All Implemented Interfaces:
Cloneable

public class ContextReplace
extends Object
implements Cloneable


Constructor Summary
ContextReplace()
           
ContextReplace(Map<String,String> context)
           
 
Method Summary
 void addValue(String key, String value)
           
 Object clone()
           
 String replace(String text)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContextReplace

public ContextReplace()

ContextReplace

public ContextReplace(Map<String,String> context)
Method Detail

addValue

public void addValue(String key,
                     String value)

replace

public String replace(String text)

clone

public Object clone()
Overrides:
clone in class Object

Liferay 6.0.5