nxu

Tag methodResult

Attributes 
NameRequiredTypeDescription
nametruejavax.el.ValueExpression
(must evaluate to java.lang.String)
Name of the variable that will be set.
valuetruejavax.el.ValueExpression
(must evaluate to java.lang.Object)
Method binding that will be invoked to set the attribute value.
immediatefalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Boolean. Flag indicating if the method should be invoked when constructing the JSF tree. If true, the method is only once and not called again when resolving other expressions using the result variable. However, the tag will not work as expected when using request variables in its expression (like table variable). Set to "false" by default.

Output generated by Vdldoc View Declaration Language Documentation Generator.