Class BroadleafThymeleaf3BindStatus
java.lang.Object
org.broadleafcommerce.presentation.thymeleaf3.model.BroadleafThymeleaf3BindStatus
- All Implemented Interfaces:
org.broadleafcommerce.presentation.model.BroadleafBindStatus
public class BroadleafThymeleaf3BindStatus
extends Object
implements org.broadleafcommerce.presentation.model.BroadleafBindStatus
- Author:
- Jeff Fischer
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.thymeleaf.spring6.context.IThymeleafBindStatus -
Constructor Summary
ConstructorsConstructorDescriptionBroadleafThymeleaf3BindStatus(org.thymeleaf.spring6.context.IThymeleafBindStatus bindStatus) -
Method Summary
-
Field Details
-
bindStatus
protected org.thymeleaf.spring6.context.IThymeleafBindStatus bindStatus
-
-
Constructor Details
-
BroadleafThymeleaf3BindStatus
public BroadleafThymeleaf3BindStatus(org.thymeleaf.spring6.context.IThymeleafBindStatus bindStatus)
-
-
Method Details
-
getPath
- Specified by:
getPathin interfaceorg.broadleafcommerce.presentation.model.BroadleafBindStatus
-
getExpression
- Specified by:
getExpressionin interfaceorg.broadleafcommerce.presentation.model.BroadleafBindStatus
-
getValue
- Specified by:
getValuein interfaceorg.broadleafcommerce.presentation.model.BroadleafBindStatus
-
getValueType
- Specified by:
getValueTypein interfaceorg.broadleafcommerce.presentation.model.BroadleafBindStatus
-
getActualValue
- Specified by:
getActualValuein interfaceorg.broadleafcommerce.presentation.model.BroadleafBindStatus
-
getDisplayValue
- Specified by:
getDisplayValuein interfaceorg.broadleafcommerce.presentation.model.BroadleafBindStatus
-
isError
public boolean isError()- Specified by:
isErrorin interfaceorg.broadleafcommerce.presentation.model.BroadleafBindStatus
-
getErrorCodes
- Specified by:
getErrorCodesin interfaceorg.broadleafcommerce.presentation.model.BroadleafBindStatus
-
getErrorCode
- Specified by:
getErrorCodein interfaceorg.broadleafcommerce.presentation.model.BroadleafBindStatus
-
getErrorMessages
- Specified by:
getErrorMessagesin interfaceorg.broadleafcommerce.presentation.model.BroadleafBindStatus
-
getErrorMessage
- Specified by:
getErrorMessagein interfaceorg.broadleafcommerce.presentation.model.BroadleafBindStatus
-
getErrorMessagesAsString
- Specified by:
getErrorMessagesAsStringin interfaceorg.broadleafcommerce.presentation.model.BroadleafBindStatus
-
getErrors
public org.springframework.validation.Errors getErrors()- Specified by:
getErrorsin interfaceorg.broadleafcommerce.presentation.model.BroadleafBindStatus
-