|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.org.bryanray.testtoys.util.TemplateUtil
public class TemplateUtil
Constructor Summary | |
---|---|
TemplateUtil()
|
Method Summary | |
---|---|
static java.lang.String |
substituteTemplatePlaceholders(java.lang.String template,
java.util.Map<java.lang.String,java.lang.String> placeholderValues)
|
static java.lang.String |
substituteTemplatePlaceholders(java.lang.String template,
java.util.Properties placeholderValues)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TemplateUtil()
Method Detail |
---|
public static java.lang.String substituteTemplatePlaceholders(java.lang.String template, java.util.Map<java.lang.String,java.lang.String> placeholderValues)
template
- The template which the place holders have been substituted
into.placeholderValues
- The values to be substituted into the place holders.
public static java.lang.String substituteTemplatePlaceholders(java.lang.String template, java.util.Properties placeholderValues)
template
- The template which the place holders have been substituted
into.placeholderValues
- The values to be substituted into the place holders.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |