- All Implemented Interfaces:
- Closeable, Flushable, Appendable, AutoCloseable, javax.faces.FacesWrapper<javax.faces.context.ResponseWriter>
public class AutoCompleteInputResponseWriter
extends com.liferay.faces.util.render.IdResponseWriter
The purpose of this response writer is to prevent the JSF runtime from writing the "style" and "styleClass"
attributes on the autocomplete input. Since it extends IdResponseWriter it also ensures that the JSF runtime
writes a specific value for the "id" attribute.
- Author:
- Kyle Stiemann