| Package | Description |
|---|---|
| to.etc.webapp.nls |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IBundle
Base interface for all resource bundle constructs.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BundleBase
Base class for bundle related things, exposing formatters and other code around the
single "findMessage" method.
|
class |
BundleRef
A bundleRef represents a single set of messages in multiple languages.
|
class |
BundleStack
Represents a stack of message bundles that behaves as a single message bundle.
|
class |
NlsCachingMessageProvider
This is a wrapper for a message provider which caches all of the retrievals.
|
class |
NlsMessageProviderList
A list of message providers.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NlsMessageProviderList.addProvider(NlsMessageProvider p) |
static BundleRef |
BundleRef.createWrapper(NlsMessageProvider mp) |
| Constructor and Description |
|---|
BundleStack(NlsMessageProvider[] bundleStack) |
NlsCachingMessageProvider(NlsMessageProvider source) |
| Constructor and Description |
|---|
BundleStack(List<? extends NlsMessageProvider> reflist) |
Copyright © 2017 etc.to. All rights reserved.