Class GuideProgressiveField
- java.lang.Object
-
- com.adobe.aemds.guide.progressive.GuideProgressiveField
-
public class GuideProgressiveField extends java.lang.Object
Class representing a field present inside a guide progressive section
-
-
Constructor Summary
Constructors Constructor Description GuideProgressiveField(java.lang.String id, java.lang.String path, java.lang.String prefixId, ResourceResolver resourceResolver)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
convertToJSON()
Returns the JSON representaion of the guide progressive fieldjava.lang.String
getId()
Returns the id of the progressive fieldvoid
getMarkedFragmentPrefixId()
java.lang.String
getPath()
Returns the path of the progressive fieldjava.lang.String
getPrefixId()
void
getUnmarkedFragmentPrefixId()
-
-
-
Constructor Detail
-
GuideProgressiveField
public GuideProgressiveField(java.lang.String id, java.lang.String path, java.lang.String prefixId, ResourceResolver resourceResolver)
-
-
Method Detail
-
convertToJSON
public java.lang.String convertToJSON()
Returns the JSON representaion of the guide progressive field- Returns:
-
getId
public java.lang.String getId()
Returns the id of the progressive field- Returns:
-
getPath
public java.lang.String getPath()
Returns the path of the progressive field- Returns:
-
getPrefixId
public java.lang.String getPrefixId()
-
getMarkedFragmentPrefixId
public void getMarkedFragmentPrefixId()
-
getUnmarkedFragmentPrefixId
public void getUnmarkedFragmentPrefixId()
-
-