Example #1
0
 @Override
 protected void doEncodeItemEnd(ResponseWriter writer, FacesContext context, UIComponent component)
     throws IOException {
   encodeContentEnd(component, writer);
   super.doEncodeItemEnd(writer, context, component);
 }