|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NlsMessage | |
|---|---|
| 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). |
| Uses of NlsMessage in net.sf.mmm.util.nls.api |
|---|
| Fields in net.sf.mmm.util.nls.api declared as NlsMessage | |
|---|---|
private NlsMessage |
AbstractNlsRuntimeException.nlsMessage
the internationalized message |
private NlsMessage |
AbstractNlsException.nlsMessage
the internationalized message |
| Methods in net.sf.mmm.util.nls.api that return NlsMessage | |
|---|---|
NlsMessage |
NlsMessageFactory.create(NlsTemplate template)
This method creates a new instance of NlsMessage from the given
arguments. |
NlsMessage |
NlsMessageFactory.create(NlsTemplate template,
Map<String,Object> messageArguments)
This method creates a new instance of NlsMessage from the given
arguments. |
NlsMessage |
NlsMessageFactory.create(NlsTemplate template,
Object... messageArguments)
Deprecated. use NlsMessageFactory.create(NlsTemplate, Map) instead. |
NlsMessage |
NlsMessageFactory.create(NlsTemplate template,
String key1,
Object argument1)
This method creates a new instance of NlsMessage from the given
arguments. |
NlsMessage |
NlsMessageFactory.create(NlsTemplate template,
String key1,
Object argument1,
String key2,
Object argument2)
This method creates a new instance of NlsMessage from the given
arguments. |
NlsMessage |
NlsMessageFactory.create(NlsTemplate template,
String key1,
Object argument1,
String key2,
Object argument2,
String key3,
Object argument3)
This method creates a new instance of NlsMessage from the given
arguments. |
NlsMessage |
NlsMessageFactory.create(NlsTemplate template,
String key1,
Object argument1,
String key2,
Object argument2,
String key3,
Object argument3,
String key4,
Object argument4)
This method creates a new instance of NlsMessage from the given
arguments. |
NlsMessage |
NlsMessageFactory.create(String internationalizedMessage)
This method creates a new instance of NlsMessage from the given
arguments. |
NlsMessage |
NlsMessageFactory.create(String internationalizedMessage,
Map<String,Object> messageArguments)
This method creates a new instance of NlsMessage from the given
arguments. |
NlsMessage |
NlsMessageFactory.create(String internationalizedMessage,
Object... messageArguments)
Deprecated. use NlsMessageFactory.create(String, Map) instead. |
NlsMessage |
NlsMessageFactory.create(String internationalizedMessage,
String key1,
Object argument1)
This method creates a new instance of NlsMessage from the given
arguments. |
NlsMessage |
NlsMessageFactory.create(String internationalizedMessage,
String key1,
Object argument1,
String key2,
Object argument2)
This method creates a new instance of NlsMessage from the given
arguments. |
NlsMessage |
NlsMessageFactory.create(String internationalizedMessage,
String key1,
Object argument1,
String key2,
Object argument2,
String key3,
Object argument3)
This method creates a new instance of NlsMessage from the given
arguments. |
NlsMessage |
NlsMessageFactory.create(String internationalizedMessage,
String key1,
Object argument1,
String key2,
Object argument2,
String key3,
Object argument3,
String key4,
Object argument4)
This method creates a new instance of NlsMessage from the given
arguments. |
private static NlsMessage |
ComposedException.createSubMessage(Throwable[] errors)
This method creates the NlsMessage wrapping the given
errors. |
NlsMessage |
NlsThrowable.getNlsMessage()
This method gets the NlsMessage describing the problem. |
NlsMessage |
AbstractNlsRuntimeException.getNlsMessage()
This method gets the NlsMessage describing the problem. |
NlsMessage |
AbstractNlsException.getNlsMessage()
This method gets the NlsMessage describing the problem. |
NlsMessage |
AbstractNlsRuntimeException.toNlsMessage()
This method is the equivalent to Object.toString() with native
language support. |
NlsMessage |
AbstractNlsException.toNlsMessage()
This method is the equivalent to Object.toString() with native
language support. |
NlsMessage |
NlsObject.toNlsMessage()
This method is the equivalent to Object.toString() with native
language support. |
| Constructors in net.sf.mmm.util.nls.api with parameters of type NlsMessage | |
|---|---|
AbstractNlsException(NlsMessage message)
The constructor. |
|
AbstractNlsException(Throwable nested,
NlsMessage message)
The constructor. |
|
AbstractNlsRuntimeException(NlsMessage message)
The constructor. |
|
AbstractNlsRuntimeException(Throwable nested,
NlsMessage message)
The constructor. |
|
NlsException(NlsMessage message)
The constructor. |
|
NlsException(Throwable nested,
NlsMessage message)
The constructor. |
|
NlsRuntimeException(NlsMessage message)
The constructor. |
|
NlsRuntimeException(Throwable nested,
NlsMessage message)
The constructor. |
|
| Uses of NlsMessage in net.sf.mmm.util.nls.base |
|---|
| Classes in net.sf.mmm.util.nls.base that implement NlsMessage | |
|---|---|
class |
AbstractNlsMessage
This is the abstract base implementation of NlsMessage. |
class |
BasicNlsMessage
This is the abstract implementation of NlsMessage with the basic features. |
class |
ComposedNlsMessage
This is an implementation of NlsMessage for
composing other objects or messages. |
| Fields in net.sf.mmm.util.nls.base with type parameters of type NlsMessage | |
|---|---|
private Map<String,NlsMessage> |
NlsCachingLocalizer.messagesMap
The Map used to cache messages. |
| Methods in net.sf.mmm.util.nls.base that return NlsMessage | |
|---|---|
NlsMessage |
AbstractNlsMessageFactory.create(NlsTemplate template)
This method creates a new instance of NlsMessage from the given
arguments. |
NlsMessage |
NlsMessageFactoryImpl.create(NlsTemplate template,
Map<String,Object> messageArguments)
This method creates a new instance of NlsMessage from the given
arguments. |
NlsMessage |
AbstractNlsMessageFactory.create(NlsTemplate template,
Object... messageArguments)
This method creates a new instance of NlsMessage from the given
arguments. |
NlsMessage |
AbstractNlsMessageFactory.create(NlsTemplate template,
String key1,
Object argument1)
This method creates a new instance of NlsMessage from the given
arguments. |
NlsMessage |
AbstractNlsMessageFactory.create(NlsTemplate template,
String key1,
Object argument1,
String key2,
Object argument2)
This method creates a new instance of NlsMessage from the given
arguments. |
NlsMessage |
AbstractNlsMessageFactory.create(NlsTemplate template,
String key1,
Object argument1,
String key2,
Object argument2,
String key3,
Object argument3)
This method creates a new instance of NlsMessage from the given
arguments. |
NlsMessage |
AbstractNlsMessageFactory.create(NlsTemplate template,
String key1,
Object argument1,
String key2,
Object argument2,
String key3,
Object argument3,
String key4,
Object argument4)
This method creates a new instance of NlsMessage from the given
arguments. |
NlsMessage |
AbstractNlsMessageFactory.create(String internationalizedMessage)
This method creates a new instance of NlsMessage from the given
arguments. |
NlsMessage |
NlsMessageFactoryImpl.create(String internationalizedMessage,
Map<String,Object> messageArguments)
This method creates a new instance of NlsMessage from the given
arguments. |
NlsMessage |
AbstractNlsMessageFactory.create(String internationalizedMessage,
Object... messageArguments)
This method creates a new instance of NlsMessage from the given
arguments. |
NlsMessage |
AbstractNlsMessageFactory.create(String internationalizedMessage,
String key1,
Object argument1)
This method creates a new instance of NlsMessage from the given
arguments. |
NlsMessage |
AbstractNlsMessageFactory.create(String internationalizedMessage,
String key1,
Object argument1,
String key2,
Object argument2)
This method creates a new instance of NlsMessage from the given
arguments. |
NlsMessage |
AbstractNlsMessageFactory.create(String internationalizedMessage,
String key1,
Object argument1,
String key2,
Object argument2,
String key3,
Object argument3)
This method creates a new instance of NlsMessage from the given
arguments. |
NlsMessage |
AbstractNlsMessageFactory.create(String internationalizedMessage,
String key1,
Object argument1,
String key2,
Object argument2,
String key3,
Object argument3,
String key4,
Object argument4)
This method creates a new instance of NlsMessage from the given
arguments. |
NlsMessage |
AbstractNlsMessage.toNlsMessage()
This method is the equivalent to Object.toString() with native
language support. |
| Methods in net.sf.mmm.util.nls.base with parameters of type NlsMessage | |
|---|---|
void |
NlsWriter.print(NlsMessage message)
This method writes an NlsMessage. |
| Uses of NlsMessage in net.sf.mmm.util.nls.impl |
|---|
| Classes in net.sf.mmm.util.nls.impl that implement NlsMessage | |
|---|---|
class |
NlsMessageImpl
This is the implementation of NlsMessage. |
| Methods in net.sf.mmm.util.nls.impl that return NlsMessage | |
|---|---|
NlsMessage |
NlsMessageImpl.toNlsMessage()
This method is the equivalent to Object.toString() with native
language support. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||