Class A_CmsClientMessageBundle

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String IMPORT_PREFIX
      Prefix for imported message values.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected A_CmsClientMessageBundle()
      Hides the public constructor for this utility class.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String export​(java.lang.String localeName)
      Returns the JSON code for this resource bundle and given 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.util.Locale locale, boolean wrapScript)
      Returns the JSON code for this resource bundle and given locale.
      java.lang.String export​(javax.servlet.http.HttpServletRequest request)
      Returns the JSON code for this resource bundle and the default locale.
      java.lang.String getBundleName()
      Returns the bundle name for this OpenCms package.
      java.lang.Class<?> getClientImpl()
      Returns the class of the client implementation.
      java.lang.String importMessage​(java.lang.String key, java.util.Locale locale)
      Imports a message from another bundle.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait