String and Collection based on delimiter. See ToCollectionConverter showcase.| Info | Value |
|---|---|
| Converter ID | omnifaces.ToCollectionConverter |
| Handler Class | None |
| Description | None |
| Name | Required | Type | Description |
|---|---|---|---|
collectionType | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Sets the FQN of the collection to create. |
delimiter | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Sets the delimiter to split on. |
itemConverter | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Object)
| Sets the converter for the item. |
Output generated by Vdldoc View Declaration Language Documentation Generator.