|
![]() |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jtools.tmpl.tmplLanguage.JavaTmpl
public class JavaTmpl
Constructor Summary | |
---|---|
JavaTmpl()
|
Method Summary | |
---|---|
String |
getDestLanguageName()
gets the name of this tmpl language's default dest language. |
String |
getFinalMacro()
gets the name of a final macro. |
String |
getInitialMacro()
gets the name of an initial macro. |
String |
getMethodnameDestLanguageName()
gets the default methodname for the method that returns the dest language name in template classes of this tmpl language. the generation of this method is optional. template languages should default to getTmplLanguageName if not otherwise specified. if specified as blank template languages should
interprete this as to omit and return null here. |
String |
getMethodnameExecute()
gets the default methodname for the execution method in template classes of this tmpl language. the generation of this method is mandatory. template languages should default to execute if not otherwise specified
or specified as empty. |
String |
getMethodnameTmplLanguageName()
gets the default methodname for the method that returns the tmpl language name in template classes of this tmpl language. the generation of this method is optional. template languages should default to getTmplLanguageName if not otherwise specified. if specified as blank template languages should
interprete this as to omit and return null here. |
String |
getName()
gets the name of this tmpl language. |
ParserFactory |
getParserFactory()
|
Style |
getParserStyle()
gets the tag sets for this tmpl language. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JavaTmpl()
Method Detail |
---|
public String getName()
TmplLanguage
getName
in interface TmplLanguage
public String getDestLanguageName()
TmplLanguage
getDestLanguageName
in interface TmplLanguage
public String getMethodnameExecute()
TmplLanguage
execute
if not otherwise specified
or specified as empty.
getMethodnameExecute
in interface TmplLanguage
Templet
public String getMethodnameTmplLanguageName()
TmplLanguage
getTmplLanguageName
if not otherwise specified. if specified as blank template languages should
interprete this as to omit and return null
here.
getMethodnameTmplLanguageName
in interface TmplLanguage
Templet
public String getMethodnameDestLanguageName()
TmplLanguage
getTmplLanguageName
if not otherwise specified. if specified as blank template languages should
interprete this as to omit and return null
here.
getMethodnameDestLanguageName
in interface TmplLanguage
Templet
public String getInitialMacro()
TmplLanguage
getInitialMacro
in interface TmplLanguage
public String getFinalMacro()
TmplLanguage
getFinalMacro
in interface TmplLanguage
public ParserFactory getParserFactory()
getParserFactory
in interface TmplLanguage
public Style getParserStyle()
TmplLanguage
getParserStyle
in interface TmplLanguage
|
![]() |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |