Package org.thymeleaf.spring5.util
Class SpringSelectedValueComparator
- Object
-
- org.thymeleaf.spring5.util.SpringSelectedValueComparator
-
public final class SpringSelectedValueComparator extends Object
This class mirrors the behaviour of the protected class
org.springframework.web.servlet.tags.form.SelectedValueComparator
, needed in order to compare and match form values in a way compatible to other Spring view-layer technologies.- Since:
- 3.0.3
- Author:
- Daniel Fernández
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
isSelected(IThymeleafBindStatus bindStatus, Object candidateValue)
-
-
-
Method Detail
-
isSelected
public static boolean isSelected(IThymeleafBindStatus bindStatus, Object candidateValue)
-
-