Interface ContentTypesConfig

All Known Implementing Classes:
ContentTypesConfigImpl

public interface ContentTypesConfig
provides content type configuration
Author:
hyanghee
  • Method Details

    • getContentTypeConfig

      ContentTypeConfigTO getContentTypeConfig(String site, String contentType)
      get content type configuration for the given site and the content type
      Parameters:
      site -
      contentType -
      Returns:
      content type configuration
    • loadConfiguration

      ContentTypeConfigTO loadConfiguration(String site, String contentType)
      load configuration from the noderRef given
      Parameters:
      site -
      contentType -
      Returns:
      content type configuration
    • reloadConfiguration

      ContentTypeConfigTO reloadConfiguration(String site, String contentType)