Package com.day.cq.commons.servlets
package com.day.cq.commons.servlets
Defines package version.
-
ClassDescriptionAbstract servlet to use for the client/server command interface.The
AbstractListServlet
provides base functionality such as sorting and paging for servlets that feed Ext grids (like in the SiteAdmin) with JSON.TheListItem
interface defines a sortable item of the list.Abstract servlet that retrieves the predicates from the request.TheAbstractReplicableListServlet
provides base functionality such as sorting and paging for servlets that feed Ext grids (like in the SiteAdmin) with JSON.AbstractSearchServlet
is a base class for search servlets.TheFeedRendererServlet
renders the current resource as an Atom or RSS feed, depending on the value of the second selector.Factory for creating status responses for html requests.Deprecated.NonExistingDispatcherServlet is a solution to dispatch the sling:nonexisting resource type based on dynamic acceptance.NonExistingResourceServlet is a specific servlet interface for servlets that need to handle non-existing resources.Forwards to the resource considering the resource search path ("/apps", "/libs", etc.).Simple proxy servlet that include the request to a proxied resource.
HtmlStatusResponseFactory
instead