Uses of Interface
net.sf.mmm.util.nls.api.NlsMessageFormatter

Packages that use NlsMessageFormatter
net.sf.mmm.util.nls.api Provides the API for the native language support (NLS). 
net.sf.mmm.util.nls.base Contains the basis for implementations of the native language support (NLS) API. 
net.sf.mmm.util.nls.impl Contains the implementation for the native language support (NLS). 
net.sf.mmm.util.nls.impl.formatter Contains the implementation of formatters for the native language support (NLS). 
 

Uses of NlsMessageFormatter in net.sf.mmm.util.nls.api
 

Methods in net.sf.mmm.util.nls.api that return NlsMessageFormatter
 NlsMessageFormatter NlsMessageFormatterFactory.create(String message)
          This method creates a new NlsMessageFormatter for the given message.
 

Uses of NlsMessageFormatter in net.sf.mmm.util.nls.base
 

Classes in net.sf.mmm.util.nls.base that implement NlsMessageFormatter
 class AbstractNlsMessageFormatter
          This is the abstract base implementation of the NlsMessageFormatter interface.
 

Methods in net.sf.mmm.util.nls.base that return NlsMessageFormatter
protected  NlsMessageFormatter AbstractNlsTemplate.createFormatter(String messageTemplate, Locale locale, NlsDependencies nlsDependencies)
          This method creates an NlsMessageFormatter for the given messageTemplate and locale.
 

Uses of NlsMessageFormatter in net.sf.mmm.util.nls.impl
 

Methods in net.sf.mmm.util.nls.impl that return NlsMessageFormatter
 NlsMessageFormatter NlsMessageFormatterFactoryImpl.create(String message)
          This method creates a new NlsMessageFormatter for the given message.
 

Uses of NlsMessageFormatter in net.sf.mmm.util.nls.impl.formatter
 

Classes in net.sf.mmm.util.nls.impl.formatter that implement NlsMessageFormatter
 class NlsMessageFormatterImpl
          This is the implementation of the NlsMessageFormatter interface.
 



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