atg.svc.ui.util
Class PropertyFormatter.DateValueFormatter

java.lang.Object
  extended by atg.svc.ui.util.PropertyFormatter.DateValueFormatter
All Implemented Interfaces:
PropertyFormatter.ValueFormatter
Enclosing class:
PropertyFormatter

protected class PropertyFormatter.DateValueFormatter
extends java.lang.Object
implements PropertyFormatter.ValueFormatter

Renders an object value as a Date.


Constructor Summary
protected PropertyFormatter.DateValueFormatter()
           
 
Method Summary
 java.lang.String format(java.lang.String pPropertyName, java.lang.Object pPropertyValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyFormatter.DateValueFormatter

protected PropertyFormatter.DateValueFormatter()
Method Detail

format

public java.lang.String format(java.lang.String pPropertyName,
                               java.lang.Object pPropertyValue)
Specified by:
format in interface PropertyFormatter.ValueFormatter