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 Details

    • bindStatus

      protected org.thymeleaf.spring6.context.IThymeleafBindStatus bindStatus
  • Constructor Details

    • BroadleafThymeleaf3BindStatus

      public BroadleafThymeleaf3BindStatus(org.thymeleaf.spring6.context.IThymeleafBindStatus bindStatus)
  • Method Details

    • getPath

      public String getPath()
      Specified by:
      getPath in interface org.broadleafcommerce.presentation.model.BroadleafBindStatus
    • getExpression

      public String getExpression()
      Specified by:
      getExpression in interface org.broadleafcommerce.presentation.model.BroadleafBindStatus
    • getValue

      public Object getValue()
      Specified by:
      getValue in interface org.broadleafcommerce.presentation.model.BroadleafBindStatus
    • getValueType

      public Class<?> getValueType()
      Specified by:
      getValueType in interface org.broadleafcommerce.presentation.model.BroadleafBindStatus
    • getActualValue

      public Object getActualValue()
      Specified by:
      getActualValue in interface org.broadleafcommerce.presentation.model.BroadleafBindStatus
    • getDisplayValue

      public String getDisplayValue()
      Specified by:
      getDisplayValue in interface org.broadleafcommerce.presentation.model.BroadleafBindStatus
    • isError

      public boolean isError()
      Specified by:
      isError in interface org.broadleafcommerce.presentation.model.BroadleafBindStatus
    • getErrorCodes

      public String[] getErrorCodes()
      Specified by:
      getErrorCodes in interface org.broadleafcommerce.presentation.model.BroadleafBindStatus
    • getErrorCode

      public String getErrorCode()
      Specified by:
      getErrorCode in interface org.broadleafcommerce.presentation.model.BroadleafBindStatus
    • getErrorMessages

      public String[] getErrorMessages()
      Specified by:
      getErrorMessages in interface org.broadleafcommerce.presentation.model.BroadleafBindStatus
    • getErrorMessage

      public String getErrorMessage()
      Specified by:
      getErrorMessage in interface org.broadleafcommerce.presentation.model.BroadleafBindStatus
    • getErrorMessagesAsString

      public String getErrorMessagesAsString(String delimiter)
      Specified by:
      getErrorMessagesAsString in interface org.broadleafcommerce.presentation.model.BroadleafBindStatus
    • getErrors

      public org.springframework.validation.Errors getErrors()
      Specified by:
      getErrors in interface org.broadleafcommerce.presentation.model.BroadleafBindStatus