Interface PageVariationResolverTypeRegistry

All Known Implementing Classes:
DefaultPageVariationResolverTypeRegistry

public interface PageVariationResolverTypeRegistry
Registry that stores a collection of PageVariationResolverType elements.
  • Method Details

    • getPageVariationResolverType

      Optional<PageVariationResolverType> getPageVariationResolverType(String typecode)
      Get a specific PageVariationResolverType by type code.
      Parameters:
      typecode - - the model type code of the element to retrieve from the registry
      Returns:
      the element matching the page type. If none is found matching the given page type, return the resolver type for AbstractPageModel
    • getPageVariationResolverTypes

      Collection<PageVariationResolverType> getPageVariationResolverTypes()
      Get all elements in the registry.
      Returns:
      all items in the registry; never null