Generated by
JDiff

Class com.day.cq.commons.servlets.AbstractListServlet

Changed Methods
void activate(ComponentContext) Change in signature from ComponentContext to org.osgi.service.component.ComponentContext.
 
void deactivate(ComponentContext) Change in signature from ComponentContext to org.osgi.service.component.ComponentContext.
 
List getItems(SlingHttpServletRequest, Predicate) Change in signature from (org.apache.sling.api.SlingHttpServletRequest, Predicate) to (org.apache.sling.api.SlingHttpServletRequest, org.apache.commons.collections.Predicate).
Returns the list items based on the specified request and predicate.
void doGet(SlingHttpServletRequest, SlingHttpServletResponse, Predicate) Change in signature from (org.apache.sling.api.SlingHttpServletRequest, org.apache.sling.api.SlingHttpServletResponse, Predicate) to (org.apache.sling.api.SlingHttpServletRequest, org.apache.sling.api.SlingHttpServletResponse, org.apache.commons.collections.Predicate).
{@inheritDoc}