Package org.openforis.commons.web
Class AbstractFormUpdateValidationResponse<F extends SimpleObjectForm<?>>
java.lang.Object
org.openforis.commons.web.Response
org.openforis.commons.web.ValidationResponse
org.openforis.commons.web.AbstractFormUpdateValidationResponse<F>
public abstract class AbstractFormUpdateValidationResponse<F extends SimpleObjectForm<?>>
extends ValidationResponse
- Author:
- S. Ricci
-
Nested Class Summary
Nested classes/interfaces inherited from class org.openforis.commons.web.Response
Response.Status -
Constructor Summary
ConstructorsConstructorDescriptionAbstractFormUpdateValidationResponse(F form, List<org.springframework.validation.ObjectError> errors) AbstractFormUpdateValidationResponse(List<org.springframework.validation.ObjectError> errors) -
Method Summary
Methods inherited from class org.openforis.commons.web.ValidationResponse
getErrors, setErrorsMethods inherited from class org.openforis.commons.web.Response
addObject, getErrorMessage, getErrorMessageArguments, getObject, getObjects, getStatus, hasErrors, isStatusError, isStatusOk, setErrorMessage, setErrorMessageArguments, setErrorStatus, setObject, setOkStatus
-
Constructor Details
-
AbstractFormUpdateValidationResponse
public AbstractFormUpdateValidationResponse(List<org.springframework.validation.ObjectError> errors) -
AbstractFormUpdateValidationResponse
-
AbstractFormUpdateValidationResponse
-
-
Method Details
-
getForm
-