Attribute name | Required | Runtime Expression Evaluation | Type |
---|---|---|---|
var | false | false | java.lang.String |
Name of the exported variable for the retrieved language code. |
Attribute name | Required | Runtime Expression Evaluation | Type |
---|---|---|---|
var | false | false | java.lang.String |
Name of the exported variable for the escaped result. | |||
language | true | true | java.lang.String |
The language to translate. | |||
toLanguage | false | true | java.lang.String |
The language to use. Defaults to the current one. |
Attribute name | Required | Runtime Expression Evaluation | Type |
---|---|---|---|
code | true | true | |
The code (key) to use when looking up the message. | |||
arguments | false | true | |
Set optional message arguments for this tag, as a (comma-)delimited String (each String argument can contain JSP EL), an Object array (used as argument array), or a single Object (used as single argument). | |||
argumentSeparator | false | true | |
The separator character to be used for splitting the arguments string value. Defaults to ','. | |||
text | false | true | |
Default text to output when a message for the given code could not be found. | |||
var | false | true | |
Name of the exported variable for the retrieved message. | |||
htmlEscape | false | true | |
Set HTML escaping for this tag, as boolean value. Overrides the default HTML escaping setting for the current page. | |||
javaScriptEscape | false | true | |
Set JavaScript escaping for this tag, as boolean value. Default is false. | |||
widget | false | true | com.exalead.cv360.searchui.configuration.v10.Widget |
Specifies the Widget to use for the code resolution. Defaults to the current widget. |