Info | Value |
---|---|
Validator ID | primefaces.File |
Handler Class | None |
Description | None |
Name | Required | Type | Description |
---|---|---|---|
allowTypes | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Regular expression for accepted file types, e.g., /(\.|\/)(gif|jpeg|jpg|png)$/ |
contentType | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Wheter the content type should be validated based on the accept attribute of the attached component. Default is false. |
fileLimit | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Integer )
| Maximum number of files to be uploaded. |
sizeLimit | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Long )
| Individual file size limit in bytes. Default is unlimited. |
virusScan | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Whether virus scan should be performed. Default is false. |
Output generated by Vdldoc View Declaration Language Documentation Generator.