Class StreamRenderer

java.lang.Object
org.apache.sling.servlets.get.impl.helpers.StreamRenderer
All Implemented Interfaces:
Renderer

public class StreamRenderer extends Object implements Renderer
The StreamRendererServlet streams the current resource to the client on behalf of the DefaultGetServlet. If the current resource cannot be streamed it is rendered using the PlainTextRenderer.