Class DefaultPageTypeMappingRegistry
java.lang.Object
de.hybris.platform.cmsfacades.pages.service.impl.DefaultPageTypeMappingRegistry
- All Implemented Interfaces:
PageTypeMappingRegistry,org.springframework.beans.factory.InitializingBean
@Deprecated(since="6.6",
forRemoval=true)
public class DefaultPageTypeMappingRegistry
extends Object
implements PageTypeMappingRegistry, org.springframework.beans.factory.InitializingBean
Deprecated, for removal: This API element is subject to removal in a future version.
since 6.6
Default implementation of the
PageTypeMappingRegistry. This implementation uses autowire-by-type to
inject all beans implementing PageTypeMapping.-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionvoidDeprecated, for removal: This API element is subject to removal in a future version.protected Set<PageTypeMapping>Deprecated, for removal: This API element is subject to removal in a future version.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.protected Map<String,PageTypeMapping> Deprecated, for removal: This API element is subject to removal in a future version.voidsetAllPageTypeMappings(Set<PageTypeMapping> allPageTypeMappings) Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
DefaultPageTypeMappingRegistry
public DefaultPageTypeMappingRegistry()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getPageTypeMapping
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:PageTypeMappingRegistryGet the page type mapping given a page type code.- Specified by:
getPageTypeMappingin interfacePageTypeMappingRegistry- Parameters:
typecode- - the type code of a page- Returns:
- the matching page type mapping
-
afterPropertiesSet
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean- Throws:
Exception
-
getAllPageTypeMappings
Deprecated, for removal: This API element is subject to removal in a future version. -
setAllPageTypeMappings
Deprecated, for removal: This API element is subject to removal in a future version. -
getPageTypeMappings
Deprecated, for removal: This API element is subject to removal in a future version.
-