org.springframework.web.servlet.tags.form
Class ValueFormatterWrapper

Object
  extended by org.springframework.web.servlet.tags.form.ValueFormatterWrapper

public final class ValueFormatterWrapper
extends Object

Since:
1.0
Author:
Daniel Fernández

Constructor Summary
ValueFormatterWrapper()
           
 
Method Summary
static String getDisplayString(Object value, boolean htmlEscape)
           
static String getDisplayString(Object value, PropertyEditor propertyEditor, boolean htmlEscape)
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValueFormatterWrapper

public ValueFormatterWrapper()
Method Detail

getDisplayString

public static String getDisplayString(Object value,
                                      boolean htmlEscape)

getDisplayString

public static String getDisplayString(Object value,
                                      PropertyEditor propertyEditor,
                                      boolean htmlEscape)


Copyright © 2011 The THYMELEAF team. All Rights Reserved.