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
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceRepresents a non-existent doc template. -
Method Summary
Modifier and TypeMethodDescriptionvoidwriteTo(HtmlDocSerializerSession session, HtmlWriter w, Object o) Renders the contents of theelement.<head>
-
Method Details
-
writeTo
Renders the contents of theelement.<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.
-