Interface PageTypeMappingRegistry
- All Known Implementing Classes:
DefaultPageTypeMappingRegistry
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 TypeMethodDescriptiongetPageTypeMapping(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.
-
Method Details
-
getPageTypeMapping
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
-