public class BroadleafThymeleaf3BindStatus extends Object implements org.broadleafcommerce.presentation.model.BroadleafBindStatus
| Modifier and Type | Field and Description |
|---|---|
protected org.thymeleaf.spring5.context.IThymeleafBindStatus |
bindStatus |
| Constructor and Description |
|---|
BroadleafThymeleaf3BindStatus(org.thymeleaf.spring5.context.IThymeleafBindStatus bindStatus) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getActualValue() |
String |
getDisplayValue() |
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() |
public BroadleafThymeleaf3BindStatus(org.thymeleaf.spring5.context.IThymeleafBindStatus bindStatus)
public String getPath()
getPath in interface org.broadleafcommerce.presentation.model.BroadleafBindStatuspublic String getExpression()
getExpression in interface org.broadleafcommerce.presentation.model.BroadleafBindStatuspublic Object getValue()
getValue in interface org.broadleafcommerce.presentation.model.BroadleafBindStatuspublic Class<?> getValueType()
getValueType in interface org.broadleafcommerce.presentation.model.BroadleafBindStatuspublic Object getActualValue()
getActualValue in interface org.broadleafcommerce.presentation.model.BroadleafBindStatuspublic String getDisplayValue()
getDisplayValue in interface org.broadleafcommerce.presentation.model.BroadleafBindStatuspublic boolean isError()
isError in interface org.broadleafcommerce.presentation.model.BroadleafBindStatuspublic String[] getErrorCodes()
getErrorCodes in interface org.broadleafcommerce.presentation.model.BroadleafBindStatuspublic String getErrorCode()
getErrorCode in interface org.broadleafcommerce.presentation.model.BroadleafBindStatuspublic String[] getErrorMessages()
getErrorMessages in interface org.broadleafcommerce.presentation.model.BroadleafBindStatuspublic String getErrorMessage()
getErrorMessage in interface org.broadleafcommerce.presentation.model.BroadleafBindStatuspublic String getErrorMessagesAsString(String delimiter)
getErrorMessagesAsString in interface org.broadleafcommerce.presentation.model.BroadleafBindStatuspublic org.springframework.validation.Errors getErrors()
getErrors in interface org.broadleafcommerce.presentation.model.BroadleafBindStatusCopyright © 2021. All rights reserved.