org.opencms.workplace.list
Class CmsListTimeIntervalFormatter

java.lang.Object
  extended by org.opencms.workplace.list.CmsListTimeIntervalFormatter
All Implemented Interfaces:
I_CmsListFormatter

public class CmsListTimeIntervalFormatter
extends java.lang.Object
implements I_CmsListFormatter

Simple formatter for time intervals.

Since:
6.0.0
Version:
$Revision: 1.10 $
Author:
Michael Moossen

Constructor Summary
CmsListTimeIntervalFormatter()
          Default constructor.
 
Method Summary
 java.lang.String format(java.lang.Object data, java.util.Locale locale)
          Returns a formatted string for the specified data.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CmsListTimeIntervalFormatter

public CmsListTimeIntervalFormatter()
Default constructor.

Use dd:hh:mm:ss style.

Method Detail

format

public java.lang.String format(java.lang.Object data,
                               java.util.Locale locale)
Description copied from interface: I_CmsListFormatter
Returns a formatted string for the specified data.

Take care of null data.

Specified by:
format in interface I_CmsListFormatter
Parameters:
data - the data to format
locale - the locale for formatting
Returns:
formatted data
See Also:
I_CmsListFormatter.format(java.lang.Object, java.util.Locale)