org.apache.tapestry5.corelib.components
Class Doctype

java.lang.Object
  extended by 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
NameDescriptionTypeFlagsDefaultDefault PrefixSince
nameStringRequired, Not Nullliteral
publicIdStringliteral
systemIdStringliteral

Constructor Summary
Doctype()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Doctype

public Doctype()


Copyright © 2003-2012 The Apache Software Foundation.