Class Doctype
- java.lang.Object
-
- org.apache.tapestry5.corelib.components.Doctype
-
public class Doctype extends java.lang.Object
Overrides the DOCTYPE of the rendered document (viaDocument.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 Name Type Flags Default Default Prefix name String Required, Not Null literal publicId String literal systemId String literal
-
-
Constructor Summary
Constructors Constructor Description Doctype()
-
-
-
Constructor Detail
-
Doctype
public Doctype()
-
-