atg.nucleus
Interface PropertyValueFormatter

All Known Implementing Classes:
ServiceAdminServlet, WebAppRegistryAdminServlet

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

CLASS_VERSION

static final java.lang.String CLASS_VERSION
See Also:
Constant Field Values
Method Detail

formatPropertyValue

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.


formatLongPropertyValue

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.