Class Doctype
java.lang.Object
org.apache.tapestry5.corelib.components.Doctype
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
Name | Type | Flags | Default | Default Prefix |
---|---|---|---|---|
name | String | Required, Not Null | literal | |
publicId | String | literal | ||
systemId | String | literal |
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Doctype
public Doctype()
-