@Singleton @Named public class NlsFormatterDateIso8601 extends AbstractNlsFormatterDateIso8601
NlsFormatter
using
Iso8601Util
.Constructor and Description |
---|
NlsFormatterDateIso8601()
The constructor.
|
NlsFormatterDateIso8601(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 NlsFormatterDateIso8601()
public NlsFormatterDateIso8601(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.