Component rendering a HTML meta tag.
This tag adapts to HTML4 or 5 syntax, depending on the doc type defined on the current page.
Example:<nxr:meta charset="UTF-8" />
Info | Value |
---|---|
Component Type | org.nuxeo.ecm.web.resources.jsf.component.UIMeta |
Handler Class | None |
Renderer Type | None |
Description | None |
Name | Required | Type | Description |
---|---|---|---|
charset | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| The charset value. |
content | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| The content value. Ignored when using HTML4 (the content attribute will be filled by content type and charset declarations). |
httpequiv | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| The httpequiv value. Will be ignored when using HTML4 (the httpequiv attribute will be filled by ContentType). |
name | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| The meta name value. |
Output generated by Vdldoc View Declaration Language Documentation Generator.