public interface PropertyValueFormatter
This interface defines an object that can format a String from a value. The formatting can be done in a short form or a long form.
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
CLASS_VERSION  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
formatLongPropertyValue(java.lang.Object pValue,
                       javax.servlet.http.HttpServletRequest pRequest,
                       PropertyValueFormatter pFormatter)
Formats the specified value into a String, using the "long form"
 of the value. 
 | 
java.lang.String | 
formatPropertyValue(java.lang.Object pValue,
                   javax.servlet.http.HttpServletRequest pRequest,
                   PropertyValueFormatter pFormatter)
Formats the specified value into a String, using the "short form"
 of the value. 
 | 
static final java.lang.String CLASS_VERSION
java.lang.String formatPropertyValue(java.lang.Object pValue,
                                   javax.servlet.http.HttpServletRequest pRequest,
                                   PropertyValueFormatter pFormatter)
java.lang.String formatLongPropertyValue(java.lang.Object pValue,
                                       javax.servlet.http.HttpServletRequest pRequest,
                                       PropertyValueFormatter pFormatter)