info.magnolia.rendering.engine
Interface OutputProvider

All Known Implementing Classes:
AppendableOnlyOutputProvider, FilteringResponseOutputProvider, ResponseOutputProvider

public interface OutputProvider

Output provider interface. Calls to the type of output sink might be mutually exclusive depending on the implementation of the interface.


Method Summary
 Appendable getAppendable()
           
 OutputStream getOutputStream()
           
 

Method Detail

getAppendable

Appendable getAppendable()
                         throws IOException
Throws:
IOException

getOutputStream

OutputStream getOutputStream()
                             throws IOException
Throws:
IOException


Copyright © 2003-2014 Magnolia International Ltd.. All Rights Reserved.