Package | Description |
---|---|
net.sf.mmm.client.ui |
Contains the bundle for Client UI.
|
net.sf.mmm.search |
Provides full-text search that can be easily integrated into any application.
|
net.sf.mmm.util |
Top-level package of the utilities.
|
net.sf.mmm.util.cli |
Top-level package of the utilities for building a command-line-interface.
|
net.sf.mmm.util.component | |
net.sf.mmm.util.exception | |
net.sf.mmm.util.exception.api |
Provides the API for utilities that help to deal with exceptions.
|
net.sf.mmm.util.file | |
net.sf.mmm.util.io | |
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 |
Provides the GWT compatible implementations for this package.
|
net.sf.mmm.util.pojo | |
net.sf.mmm.util.reflect | |
net.sf.mmm.util.resource |
Top-level package of the utilities for resources.
|
net.sf.mmm.util.search | |
net.sf.mmm.util.validation | |
net.sf.mmm.util.validation.base |
Contains the base-implementations of the
validation API . |
Modifier and Type | Interface and Description |
---|---|
interface |
NlsBundleClientUiRoot
This interface holds the
internationalized messages for this module. |
Modifier and Type | Interface and Description |
---|---|
interface |
NlsBundleSearchRoot
This interface holds the
internationalized messages for this module. |
Modifier and Type | Interface and Description |
---|---|
interface |
NlsBundleUtilCoreRoot
This interface holds the
internationalized messages for this module. |
Modifier and Type | Interface and Description |
---|---|
interface |
NlsBundleUtilCliRoot
This interface holds the
internationalized messages for this module. |
Modifier and Type | Interface and Description |
---|---|
interface |
NlsBundleUtilComponentRoot
This interface holds the
internationalized messages for this module. |
Modifier and Type | Interface and Description |
---|---|
interface |
NlsBundleUtilExceptionRoot
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 |
NlsBundleUtilFileRoot
This interface holds the
internationalized messages for this module. |
Modifier and Type | Interface and Description |
---|---|
interface |
NlsBundleUtilIoRoot
This interface holds the
internationalized messages for this module. |
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 Class<? extends NlsBundle> |
AbstractNlsBundleFactory.NlsBundleInvocationHandler.bundleInterface |
private Map<Class<? extends NlsBundle>,NlsBundle> |
AbstractNlsBundleFactory.bundleMap |
private Map<Class<? extends NlsBundle>,NlsBundle> |
AbstractNlsBundleFactory.bundleMap |
private Class<? extends NlsBundle> |
NlsBundleDescriptor.nlsBundleInterface
|
Modifier and Type | Method and Description |
---|---|
<BUNDLE extends NlsBundle> |
AbstractNlsBundleFactory.createBundle(Class<BUNDLE> bundleInterface) |
private <BUNDLE extends NlsBundle> |
AbstractNlsBundleFactory.createBundleInternal(Class<BUNDLE> 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 . |
Constructor and Description |
---|
NlsBundleDescriptor(Class<? extends NlsBundle> nlsBundleInterface)
The constructor.
|
NlsBundleDescriptor(Class<? extends NlsBundle> nlsBundleInterface,
ResourceBundle resourceBundle) |
NlsBundleDescriptor(Class<? extends NlsBundle> nlsBundleInterface,
ResourceBundle resourceBundle,
NlsBundleHelper bundleHelper) |
NlsBundleInvocationHandler(Class<? extends NlsBundle> bundleInterface,
String bundleName,
NlsBundleOptions options)
The constructor.
|
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) |
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 |
NlsBundleUtilPojoRoot
This interface holds the
internationalized messages for this module. |
Modifier and Type | Interface and Description |
---|---|
interface |
NlsBundleUtilReflectRoot
This interface holds the
internationalized messages for this module. |
Modifier and Type | Interface and Description |
---|---|
interface |
NlsBundleUtilResourceRoot
This interface holds the
internationalized messages for this module. |
Modifier and Type | Interface and Description |
---|---|
interface |
NlsBundleUtilSearchRoot
This interface holds the
internationalized messages for this module. |
Modifier and Type | Interface and Description |
---|---|
interface |
NlsBundleUtilValidationRoot
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–2016 mmm-Team. All rights reserved.