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
(int indent, char c) HtmlWriter.cr
(int depth) HtmlWriter.cre
(int depth) protected final HtmlWriter
HtmlSerializerSession.getHtmlWriter
(SerializerPipe out) Converts the specified output target object to anHtmlWriter
.HtmlWriter.i
(int indent) HtmlWriter.nl
(int indent) HtmlWriter.q()
HtmlWriter.s()
Methods in org.apache.juneau.html with parameters of type HtmlWriterModifier and TypeMethodDescriptionprotected void
BasicHtmlDocTemplate.article
(HtmlDocSerializerSession session, HtmlWriter w, Object o) Renders the contents of the
element.<body> /<article> protected void
BasicHtmlDocTemplate.aside
(HtmlDocSerializerSession session, HtmlWriter w, Object o) Renders the contents of the
element.<body> /<aside> protected void
BasicHtmlDocTemplate.body
(HtmlDocSerializerSession session, HtmlWriter w, Object o) Renders the contents of the
element.<body> protected void
BasicHtmlDocTemplate.footer
(HtmlDocSerializerSession session, HtmlWriter w, Object o) Renders the contents of the
element.<body> /<footer> protected void
BasicHtmlDocTemplate.head
(HtmlDocSerializerSession session, HtmlWriter w, Object o) Renders the contents of the
element.<head> protected void
BasicHtmlDocTemplate.header
(HtmlDocSerializerSession session, HtmlWriter w, Object o) Renders the contents of the
element.<body> /<header> protected void
BasicHtmlDocTemplate.nav
(HtmlDocSerializerSession session, HtmlWriter w, Object o) Renders the contents of the
element.<body> /<nav> protected void
BasicHtmlDocTemplate.script
(HtmlDocSerializerSession session, HtmlWriter w, Object o) Renders the contents of the
element.<head> /<script> protected void
BasicHtmlDocTemplate.style
(HtmlDocSerializerSession session, HtmlWriter w, Object o) Renders the contents of the
element.<head> /<style> void
BasicHtmlDocTemplate.writeTo
(HtmlDocSerializerSession session, HtmlWriter w, Object o) void
HtmlDocTemplate.writeTo
(HtmlDocSerializerSession session, HtmlWriter w, Object o) Renders the contents of the
element.<head> Constructors in org.apache.juneau.html with parameters of type HtmlWriter