Class ConditionalResponseWriter

java.lang.Object
java.io.Writer
jakarta.faces.context.ResponseWriter
jakarta.faces.context.ResponseWriterWrapper
org.omnifaces.component.input.componentidparam.ConditionalResponseWriter
All Implemented Interfaces:
FacesWrapper<ResponseWriter>, Closeable, Flushable, Appendable, AutoCloseable

public class ConditionalResponseWriter extends ResponseWriterWrapper
ResponseWriter intended to work in conjunction with the ComponentIdParam component.

This allows rendering to proceed to the output if the current component matches any of the given ids, otherwise simply does not send anything to the output.

Since:
1.1
Author:
Arjan Tijms