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