Generated by
JDiff

Class com.day.cq.wcm.commons.WCMUtils

Removed Methods
String getKeywords(Page) Returns a comma-separated list of keywords for the given page, based on the titles of the tags set on the page.
String getKeywords(Page, boolean) Returns a comma-separated list of keywords for the given page, based on the titles of the tags set on the page.
 

Added Methods
String getKeywords(Page) Returns a comma-separated list of keywords for the given page, based on the titles of the tags set on the page.
String getKeywords(Page, boolean) Returns a comma-separated list of keywords for the given page, based on the titles of the tags set on the page.
 

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.