Class GuideProgressiveDataCapture
- java.lang.Object
-
- com.adobe.cq.sightly.WCMUsePojo
-
- com.adobe.aemds.guide.progressive.GuideProgressiveDataCapture
-
- All Implemented Interfaces:
Use
public class GuideProgressiveDataCapture extends WCMUsePojo
-
-
Constructor Summary
Constructors Constructor Description GuideProgressiveDataCapture()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
activate()
Implement this method to perform post initialization tasks.java.lang.String
getAfLocale()
java.lang.String
getAfRuntimeLocale()
java.lang.String
getAllSectionsJson()
Returns the section json for all the sections present in PDCjava.lang.Boolean
getEnableAutoSave()
GuideContainer
getGuideContainer()
java.lang.String
getHeight()
java.lang.String
getProgressiveGuideInitializationState()
java.lang.String
getTmpRoot()
java.lang.String
getWidth()
-
Methods inherited from class com.adobe.cq.sightly.WCMUsePojo
get, getComponent, getComponentContext, getCurrentDesign, getCurrentPage, getCurrentStyle, getDesigner, getEditContext, getInheritedPageProperties, getInheritedProperties, getPageManager, getPageProperties, getProperties, getRequest, getResource, getResourceDesign, getResourcePage, getResourceResolver, getResponse, getSlingScriptHelper, getWcmMode, getXSSAPI, init
-
-
-
-
Method Detail
-
activate
public void activate() throws java.lang.Exception
Description copied from class:WCMUsePojo
Implement this method to perform post initialization tasks. This method is called byWCMUsePojo.init(Bindings)
.- Specified by:
activate
in classWCMUsePojo
- Throws:
java.lang.Exception
- in case of any error during activation
-
getAllSectionsJson
public java.lang.String getAllSectionsJson()
Returns the section json for all the sections present in PDC- Returns:
-
getProgressiveGuideInitializationState
public java.lang.String getProgressiveGuideInitializationState()
-
getGuideContainer
public GuideContainer getGuideContainer()
-
getAfLocale
public java.lang.String getAfLocale()
-
getAfRuntimeLocale
public java.lang.String getAfRuntimeLocale()
-
getTmpRoot
public java.lang.String getTmpRoot()
-
getEnableAutoSave
public java.lang.Boolean getEnableAutoSave()
-
getHeight
public java.lang.String getHeight()
-
getWidth
public java.lang.String getWidth()
-
-