Tag handler displaying a fav icon.
This tag will generate an "link" element to display favicons.
Example:<nxr:favicon value="#{fav}" /> <nxr:favicon name="icon" src="/icons/favicon.png" />
Info | Value |
---|---|
Component Type | org.nuxeo.ecm.web.resources.jsf.component.UIFavicon |
Handler Class | None |
Renderer Type | None |
Description | None |
Name | Required | Type | Description |
---|---|---|---|
value | false | javax.el.ValueExpression
(must evaluate to org.nuxeo.theme.styling.service.descriptors.IconDescriptor )
| The favicon object, that should be an instance of IconDescriptor. Filling the value attribute is equivalent to filling each of the other attributes value. |
name | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| The name for this favicon. |
src | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| The path to the favicon image. |
mimetype | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| The mimetype of the favicon image (can be deduced from the image extension). |
sizes | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| The sizes for this favicon (HTML5 attribute). |
Output generated by Vdldoc View Declaration Language Documentation Generator.