| Attributes |
| Name | Required | Request-time | Type | Description |
| alt | no | true | java.lang.String | Renders the provided value as an HTML attribute with the same name on the root element of the component. |
| dir | no | true | java.lang.String | Renders the provided value as an HTML attribute with the same name on the root element of the component. |
| disabled | no | true | java.lang.String | Renders the provided value as an HTML attribute with the same name on the root element of the component. |
| height | no | true | java.lang.String | Renders the provided value as an HTML attribute with the same name on the root element of the component. |
| ismap | no | true | java.lang.String | Renders the provided value as an HTML attribute with the same name on the root element of the component. |
| lang | no | true | java.lang.String | Renders the provided value as an HTML attribute with the same name on the root element of the component. |
| library | no | true | java.lang.String | Library name of resource object stored when image is specified with a dynamic data value. |
| longdesc | no | true | java.lang.String | Renders the provided value as an HTML attribute with the same name on the root element of the component. |
| mimeType | no | true | java.lang.String | Override for the MIME type of the image. |
| name | no | true | java.lang.String | If the 'value', 'url' or 'src' attributes are defined the 'name' attribute defines the file name for the graphic image. Alternatively, a value can be specified to reference a JSF resource (also requires the 'library' attribute to be specified). |
| onclick | no | true | java.lang.String | Renders the provided value as an HTML attribute with the same name on the root element of the component. |
| onkeypress | no | true | java.lang.String | Renders the provided value as an HTML attribute with the same name on the root element of the component. |
| readonly | no | true | java.lang.String | Renders the provided value as an HTML attribute with the same name on the root element of the component. |
| scope | no | true | java.lang.String | Scope of Resource or byte[] when image is specified with a dynamic data value. Default = 'session'. |
| src | no | true | java.lang.String | Override for the "src" attribute of this image. |
| style | no | true | java.lang.String | Renders the provided value as an HTML attribute with the same name on the root element of the component. |
| styleClass | no | true | java.lang.String | Space-separated list of CSS style class(es) to be applied when this element is rendered. |
| title | no | true | java.lang.String | Renders the provided value as an HTML attribute with the same name on the root element of the component. |
| url | no | true | java.lang.String | Equivalent to the "src" attribute. |
| usemap | no | true | java.lang.String | Renders the provided value as an HTML attribute with the same name on the root element of the component. |
| value | no | true | java.lang.Object | The value of the image, which can be of type String (to specify a URL), byte[], or IceOutputResource. |
| width | no | true | java.lang.String | Renders the provided value as an HTML attribute with the same name on the root element of the component. |