Esempio n. 1
0
 /**
  * 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);
 }