Interface PageContentSlotConverterRegistry

    • Method Detail

      • getPageContentSlotConverterType

        java.util.Optional<PageContentSlotConverterType> getPageContentSlotConverterType​(java.lang.Class<? extends CMSRelationModel> classType)
        Get a specific PageContentSlotConverterType by class type.
        Parameters:
        classType - - the class type of the element to retrieve from the registry
        Returns:
        the element matching the class type
      • getPageContentSlotConverterTypes

        java.util.Collection<PageContentSlotConverterType> getPageContentSlotConverterTypes()
        Get all elements in the registry.
        Returns:
        all items in the registry; never null