Class TemplateLoaderTag
java.lang.Object
org.webpieces.templating.impl.tags.TemplateLoaderTag
- All Implemented Interfaces:
org.webpieces.ctx.api.extension.Tag,HtmlTag
- Direct Known Subclasses:
FieldTag,RenderPageArgsTag,RenderTagArgsTag
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconvertTagArgs(Map<Object, Object> tagArgs, Map<String, Object> pageArgs, groovy.lang.Closure<?> body, String srcLocation) protected StringgetFilePath(GroovyTemplateSuperclass callingTemplate, Map<Object, Object> args, String srcLocation) voidvoidrunTag(Map<Object, Object> tagArgs, groovy.lang.Closure<?> body, PrintWriter out, GroovyTemplateSuperclass parentTemplate, String srcLocation)
-
Field Details
-
svc
-
-
Constructor Details
-
TemplateLoaderTag
public TemplateLoaderTag()
-
-
Method Details
-
runTag
public void runTag(Map<Object, Object> tagArgs, groovy.lang.Closure<?> body, PrintWriter out, GroovyTemplateSuperclass parentTemplate, String srcLocation) -
convertTagArgs
-
getFilePath
-
initialize
-