java.lang.Object
org.apache.tapestry5.corelib.components.Doctype

public class Doctype extends 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 Details