Class CmsContainerTypeInfoWrapper


  • public class CmsContainerTypeInfoWrapper
    extends java.lang.Object
    Wrapper bean for querying information related to a container type in JSPs.
    • Method Detail

      • getAllowedElements

        public java.util.List<I_CmsFormatterInfogetAllowedElements()
        Gets the combined list of both resource types which have matching formatter for this container type, and functions which match this container type.
        Returns:
        the combined list of resource types and functions for this container type
      • getAllowedFunctions

        public java.util.List<CmsFormatterInfoWrappergetAllowedFunctions()
        Gets the list of active functions which match this container type.-
        Returns:
        the list of matching functions for the container type
      • getAllowedResourceTypes

        public java.util.List<I_CmsFormatterInfogetAllowedResourceTypes()
        Gets the list of resource types which have active formatters matching this container type.
        Returns:
        the list of resource types matching this container type