Interface PageTypeMappingRegistry

All Known Implementing Classes:
DefaultPageTypeMappingRegistry

@Deprecated(since="6.6", forRemoval=true) public interface PageTypeMappingRegistry
Deprecated, for removal: This API element is subject to removal in a future version.
since 6.6
Registry that holds the PageTypeMapping to be used for each type of page.
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
    Get the page type mapping given a page type code.
  • Method Details

    • getPageTypeMapping

      Optional<PageTypeMapping> getPageTypeMapping(String typecode)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Get the page type mapping given a page type code.
      Parameters:
      typecode - - the type code of a page
      Returns:
      the matching page type mapping