public interface IThymeleafBindStatus
This interface is meant to abstract a Spring BindStatus, without the client code needing to know if it is a Spring WebMVC or Spring WebFlux implementation of this BindStatus.
| Modifier and Type | Method and Description | 
|---|---|
PropertyEditor | 
findEditor(Class<?> valueClass)  | 
Object | 
getActualValue()  | 
String | 
getDisplayValue()  | 
PropertyEditor | 
getEditor()  | 
String | 
getErrorCode()  | 
String[] | 
getErrorCodes()  | 
String | 
getErrorMessage()  | 
String[] | 
getErrorMessages()  | 
String | 
getErrorMessagesAsString(String delimiter)  | 
org.springframework.validation.Errors | 
getErrors()  | 
String | 
getExpression()  | 
String | 
getPath()  | 
Object | 
getValue()  | 
Class<?> | 
getValueType()  | 
boolean | 
isError()  | 
String getPath()
String getExpression()
Object getValue()
Class<?> getValueType()
Object getActualValue()
String getDisplayValue()
boolean isError()
String[] getErrorCodes()
String getErrorCode()
String[] getErrorMessages()
String getErrorMessage()
org.springframework.validation.Errors getErrors()
PropertyEditor getEditor()
PropertyEditor findEditor(Class<?> valueClass)
Copyright © 2017 The THYMELEAF team. All rights reserved.