alloy
Tag loadConstants
-
- Description:
-
LoadConstants is a TagHandler which can obtain constants from java for use in EL.
-
- Since:
- 3.2.5-ga6
Name | Required | Type | Description |
---|---|---|---|
cacheable | false | javax.el.ValueExpression
(must evaluate to boolean )
| When true, the imported constants will be cached. Defaults to true. |
classType | true | javax.el.ValueExpression
(must evaluate to java.lang.Object )
| The fully qualified name of the class, enum, or interface which the constants are being imported from. |
var | true | javax.el.ValueExpression
(must evaluate to java.lang.String )
| The name of the variable that is to be introduced into the EL representing the map of imported constants. |