/** @param out the out to set */
 public void setOut(Writer out) {
   attributes.setOut(getCurrentRequest(), out);
 }