nxu

Tag set

Component Information 
InfoValue
Component Typeorg.nuxeo.ecm.platform.ui.web.binding.alias.UIAliasHolder
Handler Classorg.nuxeo.ecm.platform.ui.web.tag.handler.SetTagHandler
Renderer TypeNone
DescriptionNone
Attributes 
NameRequiredTypeDescription
vartruejavax.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)
Expression that will be evaluated to set the attribute value.
cachefalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Boolean. Flag indicating if the expression should be evaluated when constructing the JSF tree. If true, it is evaluated 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.
resolveTwicefalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Boolean. Flag indicating if the expression should be evaluated twice when resolving it: if value resolved is a String that still contains EL expressions after the first resolution, a second resolution is done. Set to "false" by default. Available since 5.5.
blockPatternsfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
String indicating that some variables in existing context should be "blocked" e.g resolve to null. This is useful when trying to isolate a resolution context. Accepted syntax is a comma separated list of the variables names, accepting character "*" at the end as a wild card. Blocked variabled include the ones exposed via tags c:set, nxu:set, as well as variables exposed by the layout system. Example: "widget, widgetProperty*". Available since 5.6.

Output generated by Vdldoc View Declaration Language Documentation Generator.