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 classHtmlResponseTheHtmlResponseis anAbstractPostResponsepreparing 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.classJSONResponseTheJSONResponseis anAbstractPostResponsepreparing the response in JSON.
-