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