HtmlResponseProxy
extends the Sling API HtmlResponse
overwriting all public methods and redirecting to a proxied {@link PostResponse}. As a consequence the underlying (extended) Sling API HtmlResponse
will not be fed with data and thus will remain "empty". This class is mainly used by the deprecated {@link org.apache.sling.servlets.post.AbstractSlingPostOperation} forbridging into the new {@link org.apache.sling.servlets.post.AbstractPostOperation}.
|
|
|
|