public final class SpringValueFormatter extends Object
This class mirrors the behaviour of the protected class org.springframework.web.servlet.tags.form.ValueFormatter, needed in order to format rendered values in a way compatible to other Spring view-layer technologies.
| Modifier and Type | Method and Description | 
|---|---|
static String | 
getDisplayString(Object value,
                boolean htmlEscape)  | 
static String | 
getDisplayString(Object value,
                PropertyEditor propertyEditor,
                boolean htmlEscape)  | 
public static String getDisplayString(Object value, PropertyEditor propertyEditor, boolean htmlEscape)
Copyright © 2017 The THYMELEAF team. All rights reserved.