Uses of Class
org.apache.juneau.html.HtmlDocSerializerSession
Packages that use HtmlDocSerializerSession
-
Uses of HtmlDocSerializerSession in org.apache.juneau.html
Subclasses of HtmlDocSerializerSession in org.apache.juneau.htmlModifier and TypeClassDescriptionclass
Context object that lives for the duration of a single serialization ofHtmlSchemaDocSerializer
and its subclasses.Methods in org.apache.juneau.html that return HtmlDocSerializerSessionModifier and TypeMethodDescriptionHtmlDocSerializerSession.Builder.build()
protected final HtmlDocSerializerSession
HtmlDocSerializerSession.forEachWidget
(Consumer<HtmlWidget> action) Performs an action on all widgets defined in his session.HtmlDocSerializer.getSession()
Methods in org.apache.juneau.html with parameters of type HtmlDocSerializerSessionModifier 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 boolean
BasicHtmlDocTemplate.hasAside
(HtmlDocSerializerSession session) Returnstrue if this page should render a
element.<body> /<aside> protected boolean
BasicHtmlDocTemplate.hasFooter
(HtmlDocSerializerSession session) Returnstrue if this page should render a
element.<body> /<footer> protected boolean
BasicHtmlDocTemplate.hasHeader
(HtmlDocSerializerSession session) Returnstrue if this page should render a
element.<body> /<header> protected boolean
BasicHtmlDocTemplate.hasNav
(HtmlDocSerializerSession session) Returnstrue if this page should render a
element.<body> /<nav> protected boolean
BasicHtmlDocTemplate.hasScript
(HtmlDocSerializerSession session) Returnstrue if this page should render a
element.<head> /<script> protected boolean
BasicHtmlDocTemplate.hasStyle
(HtmlDocSerializerSession session) Returnstrue if this page should render a
element.<head> /<style> 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>