Interface FormStructureParser
-
@ProviderType public interface FormStructureParserDefines theFormStructureParserSling 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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.BooleancontainsFormContainer()Checks if this resource contains a form containerjava.lang.StringgetClientLibRefFromFormContainer()java.lang.StringgetFormContainerPath()java.lang.StringgetFormDefinition()
-
-
-
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
-
-