Interface FormStructureParser


  • @ProviderType
    public interface FormStructureParser
    Defines the FormStructureParser Sling Model to access the form container path from page or any child.
    Since:
    com.adobe.cq.forms.core.components.models.form 2.0.0
    • Method Detail

      • getFormContainerPath

        java.lang.String getFormContainerPath()
      • getClientLibRefFromFormContainer

        java.lang.String getClientLibRefFromFormContainer()
      • containsFormContainer

        java.lang.Boolean containsFormContainer()
        Checks if this resource contains a form container
        Returns:
        true if this resource or one of its children is a form container, else false
      • getFormDefinition

        java.lang.String getFormDefinition()
        Returns:
        form definition json in Publish view
        Since:
        com.adobe.cq.forms.core.components.models.form 5.4.1