Note: For more control information, refer to the CAF control documentation in the webMethods CAF Development Help.
Adds or modifies the current workspace contextInfo | Value |
---|---|
Component Type | com.webmethods.caf.faces.script.ContextUpdater |
Handler Class | None |
Renderer Type | com.webmethods.caf.faces.script.ContextUpdater |
Description | Adds or modifies the current workspace context |
Name | Required | Type | Description |
---|---|---|---|
name | true | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Context property name to modify |
id | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Control identifier |
rendered | false | javax.el.ValueExpression
(must evaluate to boolean )
| True to render control; false to ignore it |
value | false | javax.el.ValueExpression
(must evaluate to java.lang.Object )
| Control value |
Output generated by Vdldoc View Declaration Language Documentation Generator.