Attributes |
Name | Required | Request-time | Type | Description |
var | true | true | java.lang.String | Name of the exported scoped variable that provides access to the loaded XML content. The variable's visibility is limited to the body of <cms:formatter> tag. The exported variable has type org.opencms.jsp.util.CmsJspContentAccessBean. |
val | false | true | java.lang.String | Name of the exported scoped variable that provides direct access to the value map of the currently loaded XML content. The same object can be access via the .value property of the variable exported via the var attribute. |
rdfa | false | true | java.lang.String | Name of the exported scoped variable that provides direct access to the rdfa map of the currently loaded XML content. The same object can be access via the .rdfa property of the variable exported via the var attribute. Via rdfa, inline editing is configured. Look up the documentation for "inline editing" for more information. |
locale | false | true | java.lang.String | The locale that identifies which language specific version of the content is accessed. Default: The locale set in the request context. |