Uses of Class
net.sf.mmm.util.nls.api.NlsArgument

Packages that use NlsArgument
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.formatter Contains the implementation of formatters for the native language support (NLS). 
 

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

Methods in net.sf.mmm.util.nls.api that return NlsArgument
 NlsArgument NlsArgumentParser.parse(CharSequenceScanner scanner)
          This method parses the internationalized message given as CharSequenceScanner pointing the beginning of an argument (immediately after NlsArgumentParser.START_EXPRESSION).
 

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

Methods in net.sf.mmm.util.nls.base that return NlsArgument
 NlsArgument AbstractNlsFormatterManager.parse(CharSequenceScanner scanner)
          This method parses the internationalized message given as CharSequenceScanner pointing the beginning of an argument (immediately after NlsArgumentParser.START_EXPRESSION).
 

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

Fields in net.sf.mmm.util.nls.impl.formatter declared as NlsArgument
private  NlsArgument NlsMessageFormatterImpl.PatternSegment.argument
           
private  NlsArgument NlsFormatterChoice.Choice.argument
          The NlsArgument to use as result or null if NlsFormatterChoice.Choice.result should be used instead.
 

Methods in net.sf.mmm.util.nls.impl.formatter that return NlsArgument
 NlsArgument NlsMessageFormatterImpl.PatternSegment.getArgument()
          This method gets the NlsArgument.
 

Methods in net.sf.mmm.util.nls.impl.formatter with parameters of type NlsArgument
 void NlsArgumentFormatterImpl.format(NlsArgument argument, Locale locale, Map<String,Object> arguments, NlsTemplateResolver resolver, Appendable buffer)
          This method formats the given object according to the given locale.
 

Constructors in net.sf.mmm.util.nls.impl.formatter with parameters of type NlsArgument
NlsFormatterChoice.Choice(Filter<Object> condition, String result, NlsArgument argument)
          The constructor.
NlsMessageFormatterImpl.PatternSegment(String prefix, NlsArgument argument)
          The constructor.
 



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