请参阅: 说明
| 接口 | 说明 |
|---|---|
| CmsVfsResourceBundle.I_Loader |
Implementors of this interface are responsible for actually loading the data from the VFS.
|
| I_CmsLocaleHandler |
A locale handler returns the locale name to use for the given request context.
|
| I_CmsMessageBundle |
Utility interface for generating localized messages for internal OpenCms operations.
|
| I_CmsMessageContainer |
Interface which represents a message independent of the locale.
|
| I_CmsResourceBundle |
Increases the visibility of some key methods of a
ResourceBundle. |
| 类 | 说明 |
|---|---|
| A_CmsMessageBundle |
Convenience base class to access the localized messages of an OpenCms package.
|
| CmsAcceptLanguageHeaderParser |
Parses the HTTP
Accept-Language header as per section 14.4 of RFC 2068
(HTTP 1.1 header field definitions) and creates a sorted list of Locales from it. |
| CmsAcceptLanguageHeaderParser.AcceptLanguage |
Struct representing an element of the HTTP
Accept-Language header. |
| CmsDefaultLocaleHandler |
Default implementation of the locale handler.
|
| CmsEncoder |
The OpenCms CmsEncoder class provides static methods to decode and encode data.
|
| CmsI18nInfo |
Bundle of i18n setting to be used to setup a new request context.
|
| CmsListResourceBundle |
A list based resource bundle that with increased visibility of some key methods.
|
| CmsLocaleComparator |
Simple comparator implementation for locales, that compares the String value of the locales.
|
| CmsLocaleManager |
Manages the locales configured for this OpenCms installation.
|
| CmsMessageContainer |
Contains a localized message key, it's arguments and a
. |
| CmsMessages |
Reads localized resource Strings from a
java.util.ResourceBundle
and provides convenience methods to access the Strings from a template. |
| CmsMultiMessages |
Provides access to the localized messages for several resource bundles simultaneously.
|
| CmsPropertyResourceBundle |
A property based resource bundle with increased visibility of some key methods.
|
| CmsResourceBundleLoader |
Resource bundle loader for property based resource bundles from OpenCms that has a flushable cache.
|
| CmsVfsBundleLoaderProperties |
Loads message bundles from .properties files in the VFS.
|
| CmsVfsBundleManager |
Manages message bundles loaded from the VFS.
|
| CmsVfsBundleParameters |
Data class containing the parameters for a VFS-based resource bundle.
|
| CmsVfsResourceBundle |
Resource bundle which loads its data from a VFS resource.
|
| Messages |
Convenience class to access the localized messages of this OpenCms package.
|
| 异常错误 | 说明 |
|---|---|
| CmsMessageException |
Used to signal issues with the localization support, for example during localized messages access.
|
CmsLocaleManager,
I_CmsMessageBundle