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
Attributes 
NameRequiredTypeDescription
classTypetruejavax.el.ValueExpression
(must evaluate to java.lang.Object)
The fully qualified class name which the constants are being imported from.
vartruejavax.el.ValueExpression
(must evaluate to java.lang.String)
The variable name that is to be introduced into the EL.

Output generated by Vdldoc View Declaration Language Documentation Generator.