public interface ReplacementsModule extends Module
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
replaceValue(java.lang.String value,
java.util.HashMap<java.lang.String,java.lang.Object> context)
Replace the values in the given string using the given context.
|
getDependencies, init, isInitialized, isRunning, start, stopjava.lang.String replaceValue(java.lang.String value,
java.util.HashMap<java.lang.String,java.lang.Object> context)
value - The string in which replacements are to be done.context - A context used in the replacements.Copyright 2004-2015 Wandora Team