The outputDeclaration component causes a DOCTYPE declaration to be placed at the beginning of the output document.
For example,
| Attributes |
| Name | Required | Request-time | Type | Description |
| binding | false | false | java.lang.String |
The value binding expression linking this component to a property in a backing bean
|
| converter | false | false | java.lang.String |
Converter instance registered with this component.
|
| doctypePublic | false | false | java.lang.String |
An identifier for the DTD without giving a specific location.
|
| doctypeRoot | false | false | java.lang.String |
Indicates the root element of the XML document.
|
| doctypeSystem | false | false | java.lang.String |
Indicates the URI reference to the DTD.
|
| id | false | false | java.lang.String |
The component identifier for this component. This value must be
unique within the closest parent component that is a naming
container.
|
| rendered | false | false | java.lang.String |
Flag indicating whether or not this component should be rendered
(during Render Response Phase), or processed on any subsequent form
submit.
|
| value | false | false | java.lang.String |
The current value of this component.
|