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 voidactivate()Deprecated.Implement this method to perform post initialization tasks.java.lang.StringgetIncludePath()Deprecated.java.lang.StringgetOfferTitle()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.ExceptionDeprecated.Description 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
 
- 
getIncludePath
public java.lang.String getIncludePath()
Deprecated. 
- 
getOfferTitle
public java.lang.String getOfferTitle()
Deprecated. 
 - 
 
 -