Package net.sf.mmm.util.nls.impl.formatter

Contains the implementation of formatters for the native language support (NLS).

See:
          Description

Class Summary
AbstractSimpleNlsFormatterDate This is the abstract base implementation for a SimpleNlsFormatter using DateFormat.
NlsArgumentFormatterImpl The NlsFormatter for an actual NlsArgument.
NlsFormatterChoice This is the implementation of NlsFormatter for choice-format.
NlsFormatterChoice.Choice This inner class represents a single choice.
NlsFormatterCurrency This is an implementation of NlsFormatter using NumberFormat.getCurrencyInstance(Locale).
NlsFormatterDate This is an implementation of NlsFormatter using DateFormat.getDateInstance(int, java.util.Locale).
NlsFormatterDateFull The NlsFormatterDate for full style.
NlsFormatterDateIso8601 This is an implementation of NlsFormatter using Iso8601Util.
NlsFormatterDateLong The NlsFormatterDate for long style.
NlsFormatterDateMedium The NlsFormatterDate for medium style.
NlsFormatterDatePattern This is an implementation of NlsFormatter using SimpleDateFormat.
NlsFormatterDateShort The NlsFormatterDate for short style.
NlsFormatterDateTime This is an implementation of NlsFormatter using DateFormat.getDateTimeInstance(int, int, java.util.Locale).
NlsFormatterDateTimeFull The NlsFormatterDateTime for full style.
NlsFormatterDateTimeIso8601 This is an implementation of NlsFormatter using Iso8601Util.
NlsFormatterDateTimeLong The NlsFormatterDateTime for long style.
NlsFormatterDateTimeMedium The NlsFormatterDateTime for medium style.
NlsFormatterDateTimeShort The NlsFormatterDateTime for short style.
NlsFormatterDefault This is an implementation of NlsFormatter for default formatting.
NlsFormatterInteger This is an implementation of NlsFormatter using NumberFormat.getIntegerInstance(Locale).
NlsFormatterManagerImpl This is the implementation of the NlsFormatterManager interface.
NlsFormatterNumber This is an implementation of NlsFormatter using NumberFormat.getInstance(Locale).
NlsFormatterNumberPattern This is an implementation of NlsFormatter using DecimalFormat.
NlsFormatterPercent This is an implementation of NlsFormatter using NumberFormat.getPercentInstance(Locale).
NlsFormatterTime This is an implementation of NlsFormatter using DateFormat.getTimeInstance(int, java.util.Locale).
NlsFormatterTimeFull The NlsFormatterTime for full style.
NlsFormatterTimeIso8601 This is an implementation of NlsFormatter using Iso8601Util.
NlsFormatterTimeLong The NlsFormatterTime for long style.
NlsFormatterTimeMedium The NlsFormatterTime for medium style.
NlsFormatterTimeShort The NlsFormatterTime for short style.
NlsFormatterType This is an implementation of NlsFormatter that formats Types.
NlsFormatterTypeFull The NlsFormatterType for full style.
NlsFormatterTypeLong The NlsFormatterType for long style.
NlsFormatterTypeMedium The NlsFormatterType for medium style.
NlsFormatterTypeShort The NlsFormatterType for short style.
NlsMessageFormatterImpl This is the implementation of the NlsMessageFormatter interface.
NlsMessageFormatterImpl.PatternSegment This inner class represents a segment out of the parsed message-pattern.
 

Exception Summary
NlsFormatterChoiceNoElseConditionException The NlsFormatterChoiceNoElseConditionException is thrown if a choice-format has no (else)-condition.
NlsFormatterChoiceOnlyElseConditionException The NlsFormatterChoiceOnlyElseConditionException is thrown if a choice-format starts with an (else)-condition.
 

Package net.sf.mmm.util.nls.impl.formatter Description

Contains the implementation of formatters for the native language support (NLS).

NLS Impl Formatter

This package provides the implementations of the NlsFormatter interface.



Copyright © 2001-2010 mmm-Team. All Rights Reserved.