Interface HtmlDocTemplate
- All Known Subinterfaces:
HtmlDocTemplate.Void
- All Known Implementing Classes:
BasicHtmlDocTemplate
HtmlDocSerializer
serializer.
The HTML doc serializer produces the following document structure with the typical contents:
This interface allows you to control how these sections get rendered.
See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Represents a non-existent doc template. -
Method Summary
Modifier and TypeMethodDescriptionvoid
writeTo
(HtmlDocSerializerSession session, HtmlWriter w, Object o) Renders the contents of the
element.<head>
-
Method Details
-
writeTo
Renders the contents of the
element.<head> - Parameters:
session
- The current serializer session.w
- The writer being written to.o
- The object being serialized.- Throws:
Exception
- Any exception can be thrown.
-