252627282930313233
@Override protected void doEncodeBegin(ResponseWriter writer, FacesContext context, UIComponent component) throws IOException { UIRemote remote = (UIRemote) component; writeScript(context, remote); }