| Changed Methods |
Component getComponent(Resource)
|
Change in return type from com.day.cq.wcm.api.components.Component to Component.
|
Returns the component according to the type of the resource or
null if no such component exists. |
ComponentContext getComponentContext(ServletRequest)
|
Change in return type from com.day.cq.wcm.api.components.ComponentContext to ComponentContext.
|
Returns the component context for the given request or null
if not defined. |
String getInheritedProperty(Page, ResourceResolver, String)
|
Change in signature from (com.day.cq.wcm.api.Page, org.apache.sling.api.resource.ResourceResolver, java.lang.String) to (Page, org.apache.sling.api.resource.ResourceResolver, java.lang.String).
|
Returns the content property of the given page. |
Style getStyle(SlingHttpServletRequest)
|
Change in return type from com.day.cq.wcm.api.designer.Style to Style.
|
Returns the style for the given request. |