Package org.webpieces.templating.impl
Class GroovyTemplateSuperclass
java.lang.Object
groovy.lang.GroovyObjectSupport
groovy.lang.Script
org.webpieces.templating.impl.GroovyTemplateSuperclass
- All Implemented Interfaces:
groovy.lang.GroovyObject
public abstract class GroovyTemplateSuperclass
extends groovy.lang.Script
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidenterExpression(String srcLocation) voidgetMessage(Object... args) getProperty(String property) getSetTagProperty(Object key) voidinitialize(EscapeCharactersFormatter f, HtmlTagLookup tagLookup, Map<Object, Object> setTagProps, RouterLookup urlLookup) static StringmodifySourceLocation2(String srcLocation) voidputSetTagProperty(Object key, Object val) protected StringrunClosure(String tagName, groovy.lang.Closure<?> closure, String srcLocation) protected voidvoidsetProperty(String property, Object value) voiduseFormatter(Object val) Methods inherited from class groovy.lang.Script
evaluate, evaluate, getBinding, invokeMethod, print, printf, printf, println, println, run, run, setBindingMethods inherited from class groovy.lang.GroovyObjectSupport
getMetaClass, setMetaClass
-
Field Details
-
OUT_PROPERTY_NAME
- See Also:
-
ESCAPE_HTML_FORMATTER
-
-
Constructor Details
-
GroovyTemplateSuperclass
public GroovyTemplateSuperclass()
-
-
Method Details
-
initialize
public void initialize(EscapeCharactersFormatter f, HtmlTagLookup tagLookup, Map<Object, Object> setTagProps, RouterLookup urlLookup) -
useFormatter
-
runTag
-
runClosure
-
putSetTagProperty
-
getSetTagProperty
-
setSuperTemplateFilePath
-
getSuperTemplateFilePath
-
getSetTagProperties
-
fetchUrl
-
setProperty
- Specified by:
setPropertyin interfacegroovy.lang.GroovyObject- Overrides:
setPropertyin classgroovy.lang.Script
-
getProperty
- Specified by:
getPropertyin interfacegroovy.lang.GroovyObject- Overrides:
getPropertyin classgroovy.lang.Script
-
getMessage
-
enterExpression
-
exitExpression
public void exitExpression() -
modifySourceLocation2
-