Class GuideProgressiveField
- java.lang.Object
-
- com.adobe.aemds.guide.progressive.GuideProgressiveField
-
public class GuideProgressiveField extends java.lang.ObjectClass 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.StringconvertToJSON()Returns the JSON representaion of the guide progressive fieldjava.lang.StringgetId()Returns the id of the progressive fieldvoidgetMarkedFragmentPrefixId()java.lang.StringgetPath()Returns the path of the progressive fieldjava.lang.StringgetPrefixId()voidgetUnmarkedFragmentPrefixId()
-
-
-
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()
-
-