程序包 | 说明 |
---|---|
org.opencms.i18n |
Classes to handle internalization (i18n) and locale selection in OpenCms.
|
org.opencms.workplace |
The base classes for the OpenCms Workplace
(standard dialog, tab dialog, report based dialog)
and the Workplace configuration classes are located here.
|
限定符和类型 | 方法和说明 |
---|---|
CmsI18nInfo |
CmsLocaleManager.getI18nInfo(javax.servlet.http.HttpServletRequest req,
CmsUser user,
CmsProject project,
java.lang.String resource)
Returns the the appropriate locale/encoding for a request,
using the "right" locale handler for the given resource.
|
CmsI18nInfo |
I_CmsLocaleHandler.getI18nInfo(javax.servlet.http.HttpServletRequest req,
CmsUser user,
CmsProject project,
java.lang.String resource)
Returns the i18n information to use in the request context.
|
CmsI18nInfo |
CmsDefaultLocaleHandler.getI18nInfo(javax.servlet.http.HttpServletRequest req,
CmsUser user,
CmsProject project,
java.lang.String resourceName) |
限定符和类型 | 方法和说明 |
---|---|
CmsI18nInfo |
CmsWorkplaceManager.getI18nInfo(javax.servlet.http.HttpServletRequest req,
CmsUser user,
CmsProject project,
java.lang.String resource) |