Class Doctype


  • public class Doctype
    extends java.lang.Object
    Overrides the DOCTYPE of the rendered document (via Document.dtd(String, String, String) which can be useful when different component templates that render to the same document disagree about what the correct DOCTYPE is.
    Since:
    5.3
    Component Parameters 
    NameTypeFlagsDefaultDefault Prefix
    nameStringRequired, Not Null literal
    publicIdString  literal
    systemIdString  literal
    • Constructor Summary

      Constructors 
      Constructor Description
      Doctype()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail