net.sf.mmm.util.nls.impl.formatter
Class NlsFormatterTimeIso8601
java.lang.Object
net.sf.mmm.util.component.base.AbstractComponent
net.sf.mmm.util.component.base.AbstractLoggableComponent
net.sf.mmm.util.nls.base.AbstractNlsFormatter<O>
net.sf.mmm.util.nls.base.AbstractNlsFormatterPlugin<Object>
net.sf.mmm.util.nls.impl.AbstractNlsFormatterDateIso8601
net.sf.mmm.util.nls.impl.formatter.NlsFormatterTimeIso8601
- All Implemented Interfaces:
- NlsFormatter<Object>, NlsFormatterPlugin<Object>
@Singleton
@Named
public class NlsFormatterTimeIso8601
- extends AbstractNlsFormatterDateIso8601
This is an implementation of NlsFormatter
using Iso8601Util.
- Since:
- 1.0.0
- Author:
- Joerg Hohwiller (hohwille at users.sourceforge.net)
NlsFormatterTimeIso8601
public NlsFormatterTimeIso8601()
- The constructor.
NlsFormatterTimeIso8601
public NlsFormatterTimeIso8601(Iso8601Util iso8601Util)
- The constructor.
- Parameters:
iso8601Util - is the Iso8601Util instance to use.
getType
public String getType()
- This method gets the
type of this formatter. See TYPE_* constants of
NlsFormatterManager e.g.
NlsFormatterManager.TYPE_NUMBER.
- Returns:
- the type or
null for the
default formatter. If type is null then also
style needs to be null.
Copyright © 2001-2010 mmm-Team. All Rights Reserved.