Interface ContentTypesConfig
- All Known Implementing Classes:
ContentTypesConfigImpl
public interface ContentTypesConfig
provides content type configuration
- Author:
- hyanghee
-
Method Summary
Modifier and TypeMethodDescriptiongetContentTypeConfig(String site, String contentType) get content type configuration for the given site and the content typeloadConfiguration(String site, String contentType) load configuration from the noderRef givenreloadConfiguration(String site, String contentType)
-
Method Details
-
getContentTypeConfig
get content type configuration for the given site and the content type- Parameters:
site-contentType-- Returns:
- content type configuration
-
loadConfiguration
load configuration from the noderRef given- Parameters:
site-contentType-- Returns:
- content type configuration
-
reloadConfiguration
-