Class PartialResponseWriterWrapper

All Implemented Interfaces:
FacesWrapper<ResponseWriter>, Closeable, Flushable, Appendable, AutoCloseable

public abstract class PartialResponseWriterWrapper extends PartialResponseWriter

Provides a simple implementation of PartialResponseWriter that can be subclassed by developers wishing to provide specialized behavior to an existing PartialResponseWriter instance. The default implementation of all methods is to call through to the wrapped PartialResponseWriter obtained via getWrapped().

Usage: extend this class and push the implementation being wrapped to the constructor and use getWrapped() to access the instance being getWrapped().

Since:
5.0