| Package | Description |
|---|---|
| net.sf.mmm.util |
Top-level package of the utilities.
|
| net.sf.mmm.util.exception.api |
Provides the API for utilities that help to deal with exceptions.
|
| 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.resource |
Top-level package of the utilities for resources.
|
| net.sf.mmm.util.validation.base |
Contains the base-implementations of the
validation API. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
NlsBundleUtilCoreRoot
This interface holds the
internationalized messages for this module. |
| Modifier and Type | Method and Description |
|---|---|
protected static <BUNDLE extends NlsBundle> |
NlsRuntimeException.createBundle(Class<BUNDLE> bundleInterface) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
NlsBundleWithLookup
|
| Modifier and Type | Method and Description |
|---|---|
<BUNDLE extends NlsBundle> |
NlsBundleFactory.createBundle(Class<BUNDLE> bundleInterface)
This method dynamically creates an instance for the given
bundleInterface. |
| Modifier and Type | Field and Description |
|---|---|
private Map<Class<? extends NlsBundle>,NlsBundle> |
AbstractNlsBundleFactory.bundleMap |
private Map<Class<? extends NlsBundle>,NlsBundle> |
AbstractNlsBundleFactory.bundleMap |
| Modifier and Type | Method and Description |
|---|---|
<BUNDLE extends NlsBundle> |
AbstractNlsBundleFactory.createBundle(Class<BUNDLE> bundleInterface)
This method dynamically creates an instance for the given
bundleInterface. |
| Modifier and Type | Method and Description |
|---|---|
protected InvocationHandler |
AbstractNlsBundleFactory.createHandler(Class<? extends NlsBundle> bundleInterface)
This method creates a new
InvocationHandler for the given bundleInterface. |
protected NlsBundleOptions |
AbstractNlsBundleFactory.getBundleOptions(Class<? extends NlsBundle> bundleInterface)
This method gets the
NlsBundleOptions for the given bundleInterface. |
ClassName |
NlsBundleHelper.getQualifiedLocation(Class<? extends NlsBundle> nlsBundleInterface)
This method gets the location of the
ResourceBundle base name for the given NlsBundle
interface. |
ResourceBundle |
NlsBundleHelper.toResourceBundle(Class<? extends NlsBundle> bundleClass)
Converts the given
NlsBundle class to a ResourceBundle. |
| Modifier and Type | Field and Description |
|---|---|
private Map<Class<? extends NlsBundle>,NlsBundle> |
AbstractNlsBundleFactoryGwt.bundleMap
The map with the generated bundles.
|
private Map<Class<? extends NlsBundle>,NlsBundle> |
AbstractNlsBundleFactoryGwt.bundleMap
The map with the generated bundles.
|
| Modifier and Type | Method and Description |
|---|---|
<BUNDLE extends NlsBundle> |
AbstractNlsBundleFactoryGwt.createBundle(Class<BUNDLE> bundleInterface)
This method dynamically creates an instance for the given
bundleInterface. |
protected <BUNDLE extends NlsBundle> |
AbstractNlsBundleFactoryGwt.getBundle(Class<BUNDLE> bundleInterface)
This method gets the
NlsBundle for the given bundleInterface from the internal map. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractNlsBundleFactoryGwt.register(Class<? extends NlsBundle> bundleInterface,
NlsBundle bundle)
Registers the given
bundle for the given bundleInterface. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractNlsBundleFactoryGwt.register(Class<? extends NlsBundle> bundleInterface,
NlsBundle bundle)
Registers the given
bundle for the given bundleInterface. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
NlsBundleUtilResourceRoot
This interface holds the
internationalized messages for this module. |
| Modifier and Type | Method and Description |
|---|---|
protected <BUNDLE extends NlsBundle> |
AbstractValidator.createBundle(Class<BUNDLE> bundleInterface)
This is a convenience method delegating to
NlsBundleFactory.createBundle(Class). |
Copyright © 2001–2015 mmm-Team. All rights reserved.