Array - caf_f:convertArray

Converter Information 
InfoValue
Converter IDcom.webmethods.caf.faces.converter.Array
Handler ClassNone
Description Converter for an array of generic Objects.
Palette LocationCAF Core/Converter/Array
Attributes 
NameRequiredTypeDescription
convertTypefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Convert a string into a collection of the selected type.

If not specified, the default value is "String".

Valid values are:

  • boolean
  • byte
  • double
  • float
  • int
  • long
  • short
  • String
customErrorMsgfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Custom message for invalid object types and conversion errors.
showCAFErrorMsgfalsejavax.el.ValueExpression
(must evaluate to boolean)
Include the CAF error message with the custom error message.

If not specified, the default value is "false".

Output generated by Vdldoc View Declaration Language Documentation Generator.