Interface PageVariationResolverTypeRegistry
- All Known Implementing Classes:
DefaultPageVariationResolverTypeRegistry
public interface PageVariationResolverTypeRegistry
Registry that stores a collection of
PageVariationResolverType elements.-
Method Summary
Modifier and TypeMethodDescriptiongetPageVariationResolverType(String typecode) Get a specificPageVariationResolverTypeby type code.Get all elements in the registry.
-
Method Details
-
getPageVariationResolverType
Get a specificPageVariationResolverTypeby 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
-