Interface ContentViewConfiguration

    • Method Detail

      • getContentViewsForType

        List<String> getContentViewsForType​(String docType)
        Returns the ContentView name for a specified document type if any is configured. Else, returns null.
      • getTypeToContentViewNames

        Map<String,​List<String>> getTypeToContentViewNames()
        Returns the ContentView names for all the configured types. Used for merging configurations.