Uses of Class
org.apache.sling.servlets.post.AbstractJakartaPostResponse
Packages that use AbstractJakartaPostResponse
-
Uses of AbstractJakartaPostResponse in org.apache.sling.servlets.post
Subclasses of AbstractJakartaPostResponse in org.apache.sling.servlets.postModifier 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 anAbstractJakartaPostResponse
preparing the response in JSON.