h
Tag doctype


Render the markup for a <!DOCTYPE> declaration.

Decode Behavior

Encode Behavior

Output an XML Doctype using the provided attributes. Output the literal text <!DOCTYPE. The "rootElement" attribute is required and must be rendered next. If the "public" attribute is defined, render the literal text PUBLIC then render the value of the attribute inside double quotes. If the "system" attribute is defined, render it next, inside double quotes. Close the doctype declaration with the literal text >.



Tag Information
Tag Class.OutputDoctypeTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
converterfalsefalsejavax.el.ValueExpression
(must evaluate to javax.faces.convert.Converter)
Converter instance registered with this component.
idfalsetruejava.lang.StringThe component identifier for this component. This value must be unique within the closest parent component that is a naming container.
renderedfalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
Flag indicating whether or not this component should be rendered (during Render Response Phase), or processed on any subsequent form submit. The default value for this property is true.
valuefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
The current value of this component.
publicfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Will be output as the public part of the DOCTYPE
rootElementtruefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The root XML element
systemfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Will be output as the system part of the DOCTYPE
bindingfalsefalsejavax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
The ValueExpression linking this component to a property in a backing bean

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator.