|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.stringtree.template.pattern.LiteralPatternHandler
public class LiteralPatternHandler
recognize patterns of the form: 'text' -> return the value of the text Note that text must not contain '}/*?: If you need to, then place the text in a separate template, and include with ${*tpl}
Constructor Summary | |
---|---|
LiteralPatternHandler()
|
Method Summary | |
---|---|
java.lang.Object |
getObject(java.lang.String name,
StringFinder context,
Templater templater,
StringCollector collector)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LiteralPatternHandler()
Method Detail |
---|
public java.lang.Object getObject(java.lang.String name, StringFinder context, Templater templater, StringCollector collector)
getObject
in interface TemplatePatternHandler
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |