Package | Description |
---|---|
net.sf.mmm.util.nls.base |
Contains the basis for implementations of the native language support (NLS) API.
|
Modifier and Type | Field and Description |
---|---|
private Map<String,NlsMessageDescriptor> |
NlsBundleDescriptor.properties |
Modifier and Type | Method and Description |
---|---|
NlsMessageDescriptor |
NlsBundleHelper.getDescriptor(Method method) |
NlsMessageDescriptor |
NlsBundleDescriptor.getMessage(String key) |
NlsMessageDescriptor |
NlsBundleDescriptor.getMessageRequired(String key) |
Modifier and Type | Method and Description |
---|---|
Map<String,NlsMessageDescriptor> |
NlsBundleDescriptor.getMessages() |
Modifier and Type | Method and Description |
---|---|
private void |
ResourceBundleConverter.convertArgument(NlsArgument nlsArgument,
StringBuilder buffer,
NlsMessageDescriptor messageDescriptor,
List<String> argumentList) |
private void |
ResourceBundleConverter.convertArgumentChoice(NlsFormatterChoice formatter,
StringBuilder buffer,
NlsMessageDescriptor messageDescriptor,
List<String> argumentList) |
private String |
ResourceBundleConverter.convertArgumentIndex(NlsMessageDescriptor messageDescriptor,
List<String> argumentList,
String result,
String key) |
Copyright © 2001–2016 mmm-Team. All rights reserved.