Converter for an array of generic objects. Converts comma-separated value (CSV) strings into an array of the selected type. You can only use this converter when the elements in the string are parsable by the selected type.
Info | Value |
---|---|
Converter ID | com.webmethods.caf.faces.converter.Array |
Handler Class | None |
Description | Converter for an array of generic Objects. |
Name | Required | Type | Description |
---|---|---|---|
convertType | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Convert a string into a collection of the selected type. |
customErrorMsg | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Custom message for invalid object types and conversion errors. |
showCAFErrorMsg | false | javax.el.ValueExpression
(must evaluate to boolean )
| Include the CAF error message with the custom error message. |
Output generated by Vdldoc View Declaration Language Documentation Generator.