Interface ApiSupportProvider
- All Known Implementing Classes:
ContentTypeApiSupportProvider
public interface ApiSupportProvider
Allows api support to be accessed for a given content type.
-
Method Summary
Modifier and TypeMethodDescriptiongetForType
(ContentType type) Get the content type api support for the given content type
-
Method Details
-
getForType
Get the content type api support for the given content type- Parameters:
type
- the contentType to look up support for- Returns:
- the contentTypeApiSupport for the given content type
-