Uses of Class
org.apache.sling.servlets.post.AbstractPostResponse
Package
Description
-
Uses of AbstractPostResponse in org.apache.sling.jackrabbit.usermanager.impl.post
Modifier and TypeMethodDescriptionprotected AbstractPostResponse
AbstractPostServlet.createHtmlResponse
(SlingHttpServletRequest req) Deprecated.Modifier and TypeMethodDescriptionprotected String
AbstractPostServlet.getRedirectUrl
(javax.servlet.http.HttpServletRequest request, AbstractPostResponse ctx) Deprecated.protected void
AbstractPostServlet.handleOperation
(SlingHttpServletRequest request, AbstractPostResponse response, List<Modification> changes) Deprecated. -
Uses of AbstractPostResponse in org.apache.sling.jcr.jackrabbit.accessmanager.post
Modifier and TypeMethodDescriptionprotected AbstractPostResponse
AbstractAccessPostServlet.createHtmlResponse
(SlingHttpServletRequest req) Deprecated.useAbstractAccessPostServlet.createPostResponse(SlingHttpServletRequest)
insteadModifier and TypeMethodDescriptionprotected String
AbstractAccessPostServlet.getRedirectUrl
(javax.servlet.http.HttpServletRequest request, AbstractPostResponse ctx) Deprecated.protected void
AbstractAccessPostServlet.handleOperation
(SlingHttpServletRequest request, AbstractPostResponse response, List<Modification> changes) Deprecated. -
Uses of AbstractPostResponse in org.apache.sling.servlets.post
Modifier and TypeClassDescriptionclass
TheHtmlResponse
is anAbstractPostResponse
preparing the response in HTML (actually XHTML) such that it can be interpreted as a plain response in a browser or as XML response in an Ajax request.class
TheJSONResponse
is anAbstractPostResponse
preparing the response in JSON.
AbstractPostServlet.createPostResponse(SlingHttpServletRequest)
instead.