| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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.
| Field Summary | |
|---|---|
| static java.lang.String | CLASS_VERSION | 
| Method Summary | |
|---|---|
|  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. | 
| Field Detail | 
|---|
static final java.lang.String CLASS_VERSION
| Method Detail | 
|---|
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)
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||