Interface FormMetaData


  • @ConsumerType
    public interface FormMetaData
    Defines the form metadata
    Since:
    com.adobe.cq.forms.core.components.models.form 0.0.1
    • Method Summary

      All Methods Instance Methods Abstract Methods Default Methods 
      Modifier and Type Method Description
      java.lang.String getAction()
      Returns the submit action
      java.lang.String getDataUrl()
      Returns the data url to fetch form data
      default java.lang.String getGrammar()
      Returns the version of the rule grammar
      default java.lang.String getLocale()
      Returns the locale of the form
      default java.lang.String getVersion()
      Returns the version of the adaptive form specification
    • Method Detail

      • getVersion

        default java.lang.String getVersion()
        Returns the version of the adaptive form specification
        Returns:
        the version of adaptive form specification
        Since:
        com.adobe.cq.forms.core.components.models.form 0.0.1
      • getLocale

        default java.lang.String getLocale()
        Returns the locale of the form
        Returns:
        the locale of the form
        Since:
        com.adobe.cq.forms.core.components.models.form 0.0.1
      • getGrammar

        default java.lang.String getGrammar()
        Returns the version of the rule grammar
        Returns:
        the version of the rule grammar
        Since:
        com.adobe.cq.forms.core.components.models.form 0.0.1
      • getAction

        java.lang.String getAction()
        Returns the submit action
        Returns:
        the submit action
        Since:
        com.adobe.cq.forms.core.components.models.form 0.0.1
      • getDataUrl

        java.lang.String getDataUrl()
        Returns the data url to fetch form data
        Returns:
        the data url to fetch form data
        Since:
        com.adobe.cq.forms.core.components.models.form 0.0.1