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 voidactivate()Implement this method to perform post initialization tasks.java.lang.StringgetAfLocale()java.lang.StringgetAfRuntimeLocale()java.lang.StringgetAllSectionsJson()Returns the section json for all the sections present in PDCjava.lang.BooleangetEnableAutoSave()GuideContainergetGuideContainer()java.lang.StringgetHeight()java.lang.StringgetProgressiveGuideInitializationState()java.lang.StringgetTmpRoot()java.lang.StringgetWidth()-
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.ExceptionDescription copied from class:WCMUsePojoImplement this method to perform post initialization tasks. This method is called byWCMUsePojo.init(Bindings).- Specified by:
activatein 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()
-
-