Package org.webpieces.templating.api
Interface HtmlTag
- All Superinterfaces:
org.webpieces.ctx.api.extension.Tag
- All Known Implementing Classes:
BootstrapModalTag,ExtendsTag,FieldTag,FormTag,HtmlGetTag,HtmlSetTag,JsActionTag,OptionTag,RenderPageArgsTag,RenderTagArgsTag,ScriptTag,StyleSheetTag,TemplateLoaderTag
public interface HtmlTag
extends org.webpieces.ctx.api.extension.Tag
-
Method Summary
Modifier and TypeMethodDescriptiongetName()voidrunTag(Map<Object, Object> args, groovy.lang.Closure<?> body, PrintWriter out, GroovyTemplateSuperclass template, String srcLocation)
-
Method Details
-
runTag
void runTag(Map<Object, Object> args, groovy.lang.Closure<?> body, PrintWriter out, GroovyTemplateSuperclass template, String srcLocation) -
getName
String getName()
-