Class CmsResourceTypeInfoWrapper

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String description​(java.util.Locale locale)
      Gets the description for the type in the given locale.
      java.util.List<CmsFormatterInfoWrapper> formatterInfoForContainer​(java.lang.String containerType)
      Gets the formatter information beans for a specific container type.
      java.lang.String getDescription()
      Gets the type description in the current locale.
      java.lang.String getDescriptionKey()
      Returns the localization key for the description if one was used, and null otherwise.
      java.lang.String getDescriptionRaw()
      Gets the raw description, without resolving any macros.
      java.util.Set<java.lang.String> getFormatterContainerTypes()
      Gets the set of container types configured for any active formatters for this resource type.
      java.util.List<CmsFormatterInfoWrapper> getFormatterInfo()
      Gets the formatter information beans for all active formatters for this type.
      boolean getIsActive()
      Returns true if the type is active in the current sitemap configuration.
      boolean getIsFormatter()
      Checks if this wraps a (non-function) formatter.
      boolean getIsFunction()
      Checks if this wraps a dynamic function.
      boolean getIsResourceType()
      Checks if this wraps a resource type.
      java.lang.String getName()
      Gets the type name.
      java.lang.String getNiceName()
      Gets the user-readable nice name of the type in the current locale.
      java.lang.String getNiceNameKey()
      Gets the localization key for the nice name, if one was used, or null otherwise.
      java.lang.String getNiceNameRaw()
      Gets the raw nice name, without resolving any macros.
      java.lang.String niceName​(java.util.Locale locale)
      Gets the nice name of the type in the given locale.
      • Methods inherited from class java.lang.Object

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