Class OfferproxyPropertiesProvider
- java.lang.Object
-
- com.adobe.cq.sightly.WCMUsePojo
-
- com.day.cq.personalization.offerlibrary.usebean.OfferproxyPropertiesProvider
-
- All Implemented Interfaces:
Use
@Deprecated public class OfferproxyPropertiesProvider extends WCMUsePojo
Deprecated.no replacement as not used anymoreProvides the properties for the Sightly script
-
-
Constructor Summary
Constructors Constructor Description OfferproxyPropertiesProvider()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
activate()
Deprecated.Implement this method to perform post initialization tasks.java.lang.String
getIncludePath()
Deprecated.java.lang.String
getOfferTitle()
Deprecated.-
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
Deprecated.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
-
getIncludePath
public java.lang.String getIncludePath()
Deprecated.
-
getOfferTitle
public java.lang.String getOfferTitle()
Deprecated.
-
-