| Changed Methods |
Component getComponent()
|
Change in return type from com.day.cq.wcm.api.components.Component to Component.
|
@return WCMBindingsConstants.NAME_COMPONENT binding if available, otherwise null is returned |
ComponentContext getComponentContext()
|
Change in return type from com.day.cq.wcm.api.components.ComponentContext to ComponentContext.
|
@return WCMBindingsConstants.NAME_COMPONENT_CONTEXT binding if available, otherwise null is returned |
Design getCurrentDesign()
|
Change in return type from com.day.cq.wcm.api.designer.Design to Design.
|
@return WCMBindingsConstants.NAME_CURRENT_DESIGN binding if available, otherwise null is returned |
Page getCurrentPage()
|
Change in return type from com.day.cq.wcm.api.Page to Page.
|
@return WCMBindingsConstants.NAME_CURRENT_PAGE binding if available, otherwise null is returned |
Style getCurrentStyle()
|
Change in return type from com.day.cq.wcm.api.designer.Style to Style.
|
@return WCMBindingsConstants.NAME_CURRENT_STYLE binding if available, otherwise null is returned |
Designer getDesigner()
|
Change in return type from com.day.cq.wcm.api.designer.Designer to Designer.
|
@return WCMBindingsConstants.NAME_DESIGNER binding if available, otherwise null is returned |
EditContext getEditContext()
|
Change in return type from com.day.cq.wcm.api.components.EditContext to EditContext.
|
@return WCMBindingsConstants.NAME_EDIT_CONTEXT binding if available, otherwise null is returned |
PageManager getPageManager()
|
Change in return type from com.day.cq.wcm.api.PageManager to PageManager.
|
@return WCMBindingsConstants.NAME_PAGE_MANAGER binding if available, otherwise null is returned |
Design getResourceDesign()
|
Change in return type from com.day.cq.wcm.api.designer.Design to Design.
|
@return WCMBindingsConstants.NAME_RESOURCE_DESIGN binding if available, otherwise null is returned |
Page getResourcePage()
|
Change in return type from com.day.cq.wcm.api.Page to Page.
|
@return WCMBindingsConstants.NAME_RESOURCE_PAGE binding if available, otherwise null is returned |