Attributes |
Name | Required | Request-time | Type | Description |
var | true | true | java.lang.String | Name of the exported scoped variable that provides access to the XML content currently loaded via <cms:contentload> . The variable's visibility is limited to the body of the surrounding <cms:contentload> 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. |
scope | false | true | java.lang.String | The scope, where the exposed variables are placed. The following values are supported: - page (default)
- Place the objects that are exported via variables in the page scope.
- request
- Place the objects that are exported via variables in the request scope.
- session
- Place the objects that are exported via variables in the session scope.
- application
- Place the objects that are exported via variables in the application scope.
|
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. |