Class LimitedElementsResponseWriter

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

public class LimitedElementsResponseWriter extends ResponseWriterWrapper
ResponseWriter which eats any element and its content if the element is in the blacklist, or if a whitelist has been specified, and the element is not in the whitelist.