|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.displaytag.util.MultipleHtmlAttribute
Object used to contain html multiple attribute value (for the "class" attribute).
| Constructor Summary | |
MultipleHtmlAttribute(java.lang.String attributeValue)
Constructor for MultipleHtmlAttribute. |
|
| Method Summary | |
void |
addAttributeValue(java.lang.String attributeValue)
Adds a value to the attribute. |
protected java.lang.Object |
clone()
|
java.lang.String |
toString()
Returns the list of attributes separated by a space. |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public MultipleHtmlAttribute(java.lang.String attributeValue)
attributeValue - String| Method Detail |
public java.lang.String toString()
public void addAttributeValue(java.lang.String attributeValue)
attributeValue - value to add to the attributeprotected java.lang.Object clone()
Object.clone()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||