Package com.day.cq.commons.servlets
package com.day.cq.commons.servlets
Defines package version.
-
ClassDescriptionDeprecated.Deprecated.use
AbstractListServlet
insteadDeprecated.useAbstractListServlet.ListItem
insteadDeprecated.useAbstractPredicateServlet
insteadDeprecated.useAbstractReplicableListServlet
insteadDeprecated.useAbstractReplicableListServlet.ListItem
insteadDeprecated.useAbstractSearchServlet
insteadTheFeedRendererServlet
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.useHtmlStatusResponseFactory
insteadNonExistingDispatcherServlet 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.Deprecated.useOverlayServlet
instead
Sample without suffix:
Request: /libs/x/y/z.overlay.infinity.json
The request will be forwarded to the first resource found in the following order (taking "/apps" and "/libs" as given resource search paths):
/apps/x/y/z.infinity.json
/libs/x/y/z.infinity.json
Sample with suffix:
Request: /libs/x/y/z.overlay.infinity.json/a/b.json
The request will be forwarded to the first resource found in the following order (taking "/apps" and "/libs" as given resource search paths):
/apps/x/y/a/b/z.infinity.json
/libs/x/y/a/b/z.infinity.json
/apps/x/y/a/z.infinity.json
/libs/x/y/a/z.infinity.json
/apps/x/y/z.infinity.json
/libs/x/y/z.infinity.jsonSimple proxy servlet that include the request to a proxied resource.
AbstractCommandServlet
instead