Interface AllowedComponentsExporter


public interface AllowedComponentsExporter
JSON serializable Interface to be used to serialize the Allowed Components.
  • Method Summary

    Modifier and Type
    Method
    Description
    List of simple objects representing all Allowed Components for the given Resource
    boolean
    Is the given resource contained by a page, with authored template structure, and is the given resource set as editable (unlocked)
  • Method Details

    • getComponents

      List getComponents()
      List of simple objects representing all Allowed Components for the given Resource
      Returns:
      list of Allowed Components mapping
    • isApplicable

      boolean isApplicable()
      Is the given resource contained by a page, with authored template structure, and is the given resource set as editable (unlocked)
      Returns:
      true if the template has structure support and the resource is editable, false otherwise