nxr

Tag bundle

Attributes 
NameRequiredTypeDescription
namefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Name of the resource bundle as registered on the service.
itemsfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Collection of bundle names, as an alternative to a single name of a page.
typefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The type of resource to select (css, js, etc...). All resources will be taken into account if empty.
targetfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The target area for which this resource will be rendered. For example, target="head" would cause the resource to be rendered within the head element. If no value is specified, the script element is rendered at the same point in the view where the tag is located. Currently supported values for this attribute are "head", "body", and "form".
target_jsfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Specific target for JavaScript resources (optional, defaults to target attribute value).
target_cssfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Specific target for CSS resources (optional, defaults to target attribute value).
target_htmlfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Specific target for HTML resources (optional, defaults to target attribute value).
includeTimestampfalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Boolean indicating whether the generated URL will include a timestamp to workaround caching issues when the resource changes server side. Available since 9.1, defaults to true.

Output generated by Vdldoc View Declaration Language Documentation Generator.