Class A_CmsMessageBundle

    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      CmsMessageContainer container​(java.lang.String key)
      Creates a message container for this package with the given arguments.
      CmsMessageContainer container​(java.lang.String key, java.lang.Object arg0)
      Creates a message container for this package with the given arguments.
      CmsMessageContainer container​(java.lang.String message, java.lang.Object[] args)
      Creates a message container for this package with the given arguments.
      CmsMessageContainer container​(java.lang.String key, java.lang.Object arg0, java.lang.Object arg1)
      Creates a message container for this package with the given arguments.
      CmsMessageContainer container​(java.lang.String key, java.lang.Object arg0, java.lang.Object arg1, java.lang.Object arg2)
      Creates a message container for this package with the given arguments.
      CmsMessages getBundle()
      Returns the localized message bundle wrapped in this instance initialized with the OpenCms default locale.
      CmsMessages getBundle​(java.util.Locale locale)
      Returns the localized message bundle wrapped in this instance initialized with the provided locale.
      static I_CmsMessageBundle[] getOpenCmsMessageBundles()
      Returns an array of all messages bundles used by the OpenCms core.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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