aui
Tag
importConstants
-
- Description:
-
Deprecated. Please use alloy:loadConstants instead. Sets the value of the specified var in the EL to a mapping of the public static constants of the specified classType.
-
- Since:
- 3.2.4
Name | Required | Type | Description |
---|---|---|---|
classType | true | javax.el.ValueExpression
(must evaluate to java.lang.Object )
| The fully qualified class name which the constants are being imported from. |
var | true | javax.el.ValueExpression
(must evaluate to java.lang.String )
| The variable name that is to be introduced into the EL. |