public class FileTemplateTag extends HardcodedTag
| Constructor and Description |
|---|
FileTemplateTag(String templateName,
Object[] namesAndValues) |
| Modifier and Type | Method and Description |
|---|---|
org.rapidoid.html.Tag<?> |
copy() |
void |
render(org.rapidoid.html.TagContext ctx,
org.rapidoid.http.HttpExchange x,
PageRenderer renderer,
OutputStream out) |
String |
tagKind() |
void |
traverse(org.rapidoid.html.TagProcessor<org.rapidoid.html.Tag<?>> processor) |
public void render(org.rapidoid.html.TagContext ctx,
org.rapidoid.http.HttpExchange x,
PageRenderer renderer,
OutputStream out)
render in class HardcodedTagpublic org.rapidoid.html.Tag<?> copy()
copy in interface org.rapidoid.html.TagBase<org.rapidoid.html.Tag<?>>copy in class org.rapidoid.html.impl.UndefinedTag<org.rapidoid.html.Tag<?>>public void traverse(org.rapidoid.html.TagProcessor<org.rapidoid.html.Tag<?>> processor)
traverse in class org.rapidoid.html.impl.UndefinedTag<org.rapidoid.html.Tag<?>>public String tagKind()
tagKind in interface org.rapidoid.html.TagBase<org.rapidoid.html.Tag<?>>tagKind in class HardcodedTagCopyright © 2014 Nikolche Mihajlovski. All rights reserved.