Class CustomTag
java.lang.Object
org.webpieces.templating.impl.tags.TemplateLoaderTag
org.webpieces.templating.impl.tags.RenderTagArgsTag
org.webpieces.templating.impl.tags.CustomTag
- All Implemented Interfaces:
org.webpieces.ctx.api.extension.Tag,org.webpieces.templating.api.HtmlTag
public class CustomTag
extends org.webpieces.templating.impl.tags.RenderTagArgsTag
implements org.webpieces.templating.api.HtmlTag
We could write another CustomTag extending RenderPageArgsTag as well
-
Field Summary
Fields inherited from class org.webpieces.templating.impl.tags.TemplateLoaderTag
svc -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.webpieces.templating.impl.tags.RenderTagArgsTag
convertTagArgsMethods inherited from class org.webpieces.templating.impl.tags.TemplateLoaderTag
initialize, runTagMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.webpieces.templating.api.HtmlTag
runTag
-
Constructor Details
-
CustomTag
-
-
Method Details
-
getFilePath
protected String getFilePath(org.webpieces.templating.impl.GroovyTemplateSuperclass callingTemplate, Map<Object, Object> args, String srcLocation) - Overrides:
getFilePathin classorg.webpieces.templating.impl.tags.TemplateLoaderTag
-
getName
- Specified by:
getNamein interfaceorg.webpieces.templating.api.HtmlTag- Overrides:
getNamein classorg.webpieces.templating.impl.tags.RenderTagArgsTag
-