Package | Description |
---|---|
org.appng.forms |
Types for handling HTTP POST- and GET-requests
|
org.appng.forms.impl |
Request and FormUpload implementations |
Modifier and Type | Method and Description |
---|---|
boolean |
FormUpload.isValid(FormUploadValidator validator)
Calls
isValid(FormUpload) using this FormUpload and returns the result. |
Modifier and Type | Method and Description |
---|---|
boolean |
FormUpload.isValid(Class<? extends FormUploadValidator> validatorClass)
Calls
isValid(FormUpload) using this FormUpload and returns the result. |
Modifier and Type | Method and Description |
---|---|
boolean |
FormUploadBean.isValid(FormUploadValidator validator) |
Modifier and Type | Method and Description |
---|---|
boolean |
FormUploadBean.isValid(Class<? extends FormUploadValidator> validatorClass) |
Copyright © 2011–2020 aiticon GmbH. All rights reserved.