Generated by
JDiff

Class com.day.cq.commons.servlets.AbstractPredicateServlet

Changed Methods
Predicate getPredicate(SlingHttpServletRequest) Change in return type from Predicate to org.apache.commons.collections.Predicate.
Returns the predicate retrieved from the given request.
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).
Handles the HTTP GET method