com.liferay.util
Class ContextReplace
java.lang.Object
com.liferay.util.ContextReplace
- All Implemented Interfaces:
- java.lang.Cloneable
public class ContextReplace
- extends java.lang.Object
- implements java.lang.Cloneable
View Source
- Author:
- Brian Wing Shun Chan
Method Summary |
void |
addValue(java.lang.String key,
java.lang.String value)
|
java.lang.Object |
clone()
|
java.lang.String |
replace(java.lang.String text)
|
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContextReplace
public ContextReplace()
ContextReplace
public ContextReplace(java.util.Map<java.lang.String,java.lang.String> context)
addValue
public void addValue(java.lang.String key,
java.lang.String value)
replace
public java.lang.String replace(java.lang.String text)
clone
public java.lang.Object clone()
- Overrides:
clone
in class java.lang.Object