Interface ApiSupportProvider
-
- All Known Implementing Classes:
ContentTypeApiSupportProvider
public interface ApiSupportProvider
Allows api support to be accessed for a given content type.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ContentTypeApiSupport
getForType(ContentType type)
Get the content type api support for the given content type
-
-
-
Method Detail
-
getForType
ContentTypeApiSupport getForType(ContentType type)
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
-
-