|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface I_CmsClientMessageBundle
Convenient client message bundle interface.
I_CmsMessageBundle| Method Summary | |
|---|---|
java.lang.String |
export(javax.servlet.http.HttpServletRequest request)
Returns the JSON code for this resource bundle and the default locale. |
java.lang.String |
export(java.util.Locale locale)
Returns the JSON code for this resource bundle and given locale. |
java.lang.String |
export(java.lang.String localeName)
Returns the JSON code for this resource bundle and given locale. |
java.lang.String |
getBundleName()
Returns the bundle name for this OpenCms package. |
java.lang.Class<?> |
getClientImpl()
Returns the class of the client implementation. |
| Method Detail |
|---|
java.lang.String export(javax.servlet.http.HttpServletRequest request)
request - the current request to get the default locale from
java.lang.String export(java.util.Locale locale)
locale - the locale to export
java.lang.String export(java.lang.String localeName)
localeName - the name of the locale to export
java.lang.String getBundleName()
java.lang.Class<?> getClientImpl()
throws java.lang.Exception
java.lang.Exception - if something goes wrong
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||