@Singleton @Named public class NlsFormatterTimeIso8601 extends AbstractNlsFormatterDateIso8601
NlsFormatter
using
Iso8601Util
.Constructor and Description |
---|
NlsFormatterTimeIso8601()
The constructor.
|
NlsFormatterTimeIso8601(Iso8601Util iso8601Util)
The constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getType()
This method gets the
type of
this formatter. |
createFormatter, doInitialize, getStyle, setIso8601Util
format, format
toString
createLogger, getLogger
doInitialized, getInitializationState, initialize
public NlsFormatterTimeIso8601()
public NlsFormatterTimeIso8601(Iso8601Util iso8601Util)
iso8601Util
- is the Iso8601Util
instance to use.public String getType()
NlsFormatterPlugin
type
of
this formatter. See TYPE_*
constants of NlsFormatterManager
e.g.
NlsFormatterManager.TYPE_NUMBER
.null
for the
default formatter
. If type is
null
then also style
needs to be null
.Copyright © 2001–2016 mmm-Team. All rights reserved.