Uses of Class
org.apache.sling.servlets.post.AbstractPostResponse
-
Packages that use AbstractPostResponse Package Description org.apache.sling.servlets.post -
-
Uses of AbstractPostResponse in org.apache.sling.servlets.post
Subclasses of AbstractPostResponse in org.apache.sling.servlets.post Modifier and Type Class Description class
HtmlResponse
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
JSONResponse
TheJSONResponse
is anAbstractPostResponse
preparing the response in JSON.
-