Uses of Class
org.apache.juneau.html.HtmlWriter
Packages that use HtmlWriter
-
Uses of HtmlWriter in org.apache.juneau.html
Subclasses of HtmlWriter in org.apache.juneau.htmlMethods in org.apache.juneau.html that return HtmlWriterModifier and TypeMethodDescriptionHtmlWriter.append(char c) HtmlWriter.append(char[] value) HtmlWriter.append(int indent, char c) HtmlWriter.appendIf(boolean flag, char value) HtmlWriter.ceTag()HtmlWriter.cr(int depth) HtmlWriter.cre(int depth) HtmlWriter.cTag()protected final HtmlWriterHtmlSerializerSession.getHtmlWriter(SerializerPipe out) Converts the specified output target object to anHtmlWriter.HtmlWriter.i(int indent) HtmlWriter.ie(int indent) HtmlWriter.nl(int indent) HtmlWriter.nlIf(boolean flag, int indent) HtmlWriter.q()HtmlWriter.s()HtmlWriter.sIf(boolean flag) HtmlWriter.w(char c) Methods in org.apache.juneau.html with parameters of type HtmlWriterModifier and TypeMethodDescriptionprotected voidBasicHtmlDocTemplate.article(HtmlDocSerializerSession session, HtmlWriter w, Object o) Renders the contents of theelement.<body> /<article> protected voidBasicHtmlDocTemplate.aside(HtmlDocSerializerSession session, HtmlWriter w, Object o) Renders the contents of theelement.<body> /<aside> protected voidBasicHtmlDocTemplate.body(HtmlDocSerializerSession session, HtmlWriter w, Object o) Renders the contents of theelement.<body> protected voidBasicHtmlDocTemplate.footer(HtmlDocSerializerSession session, HtmlWriter w, Object o) Renders the contents of theelement.<body> /<footer> protected voidBasicHtmlDocTemplate.head(HtmlDocSerializerSession session, HtmlWriter w, Object o) Renders the contents of theelement.<head> protected voidBasicHtmlDocTemplate.header(HtmlDocSerializerSession session, HtmlWriter w, Object o) Renders the contents of theelement.<body> /<header> protected voidBasicHtmlDocTemplate.nav(HtmlDocSerializerSession session, HtmlWriter w, Object o) Renders the contents of theelement.<body> /<nav> protected voidBasicHtmlDocTemplate.script(HtmlDocSerializerSession session, HtmlWriter w, Object o) Renders the contents of theelement.<head> /<script> protected voidBasicHtmlDocTemplate.style(HtmlDocSerializerSession session, HtmlWriter w, Object o) Renders the contents of theelement.<head> /<style> voidBasicHtmlDocTemplate.writeTo(HtmlDocSerializerSession session, HtmlWriter w, Object o) voidHtmlDocTemplate.writeTo(HtmlDocSerializerSession session, HtmlWriter w, Object o) Renders the contents of theelement.<head> Constructors in org.apache.juneau.html with parameters of type HtmlWriter