Uses of Class
org.apache.sling.api.wrappers.SlingHttpServletResponseWrapper
Packages that use SlingHttpServletResponseWrapper
Package
Description
-
Uses of SlingHttpServletResponseWrapper in org.apache.sling.engine.impl.adapter
Subclasses of SlingHttpServletResponseWrapper in org.apache.sling.engine.impl.adapterModifier and TypeClassDescriptionclass
TheSlingServletResponseAdapter
class is aComponentResponseWrapper
which does not delegate to a wrappedComponentResponse
but to a wrappedHttpServletResponse
. -
Uses of SlingHttpServletResponseWrapper in org.apache.sling.scripting.core.impl.helper
-
Uses of SlingHttpServletResponseWrapper in org.apache.sling.scripting.jsp.util
Subclasses of SlingHttpServletResponseWrapper in org.apache.sling.scripting.jsp.utilModifier and TypeClassDescriptionclass
TheJspSlingHttpServletResponseWrapper
class may be used by tag library implementors to create aRenderResponse
object which wraps the writer of the response of a given page context. -
Uses of SlingHttpServletResponseWrapper in org.apache.sling.scripting.sightly.impl.engine.extension
Subclasses of SlingHttpServletResponseWrapper in org.apache.sling.scripting.sightly.impl.engine.extensionModifier and TypeClassDescriptionclass
Wrapper response to redirect the output into a specified print writer -
Uses of SlingHttpServletResponseWrapper in org.apache.sling.servlets.get.impl.helpers
Modifier and TypeClassDescriptionclass
TheHeadServletResponse
is a Sling response wrapper which ensures that nothing will ever be written by return null writers or output streams.