Attributes |
Name | Required | Request-time | Type | Description |
encoding | false | false | java.lang.String | Attribute defines encoding for inserted content |
errorContent | false | false | java.lang.String | Attribute defines the alternative content that will be shown in case component cannot read the resource defined with 'src' attribute. If "errorContent" attribute is not defined, the component shown the actual error message in the place where the content is expected |
highlight | false | false | java.lang.String | Defines a type of code |
src | false | false | java.lang.String | Defines the path to the file with source code |
rendered | false | false | java.lang.String | If "false", this component is not rendered |
binding | false | false | java.lang.String | The attribute takes a value-binding expression for a component property of a backing bean |
id | false | false | java.lang.String | Every component may have a unique id that is automatically created if omitted |