/** * returns a String in the form or nameX="valueX". * * @return A String in the form or nameX="valueX". */ public String getCellAttributesAsString() { return JspUtils.toAttributesString(attributes); }