atg.nucleus
Class PropertyValueFormatters

java.lang.Object
  extended by atg.nucleus.PropertyValueFormatters

public class PropertyValueFormatters
extends java.lang.Object

This class can find the PropertyValueFormatter for a specified object.


Field Summary
static java.lang.String CLASS_VERSION
           
 
Constructor Summary
PropertyValueFormatters()
          Constructs a new PropertyValueFormatters with the default list of formatters.
 
Method Summary
 void addFormatter(java.lang.Class pClass, PropertyValueFormatter pFormatter)
          Adds a new PropertyValueFormatter to the list of formatters recognized by the admin UI.
 PropertyValueFormatter getFormatter(java.lang.Object pValue)
          Returns the PropertyValueFormatter for the given value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASS_VERSION

public static java.lang.String CLASS_VERSION
Constructor Detail

PropertyValueFormatters

public PropertyValueFormatters()
Constructs a new PropertyValueFormatters with the default list of formatters.

Method Detail

getFormatter

public PropertyValueFormatter getFormatter(java.lang.Object pValue)
Returns the PropertyValueFormatter for the given value.


addFormatter

public void addFormatter(java.lang.Class pClass,
                         PropertyValueFormatter pFormatter)
Adds a new PropertyValueFormatter to the list of formatters recognized by the admin UI.