Attributes |
Name | Required | Request-time | Type | Description |
charset | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| The character set encoding of the properties file. If not given, UTF-8 is assumed. |
path | true | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| The path of the properties file. If the given path is relative, it will be relative to the /WEB-INF/ folder in the WAR deployment. |
var | true | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| The name of the request-scope attribute to bind the properties map to. |