|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AttributeListener
Used to notify the tag about attribute modifications.
| Method Summary | |
|---|---|
void |
onAttributeRemoved(String attrname)
Called when removing any attribute. |
void |
onAttributes(String attrname,
String attrvalue)
This method must be called when setting or modifying an attribute. |
void |
onAttributeStringSet(String attributes)
Called when the attributes are set in form of a string containing one or more name=value attributes. |
void |
onDummyAttributes(String attrname)
Called when a plain-old HTML dummy attribute is set. |
| Method Detail |
|---|
void onAttributeStringSet(String attributes)
attributes - the string containing the set of attributes.
void onAttributes(String attrname,
String attrvalue)
throws TagParsingException
attrname - the attribute name.attrvalue - the attribute value.
TagParsingException - if the name of the
attribute is syntactically wrong.
void onDummyAttributes(String attrname)
throws TagParsingException
attrname - the attribute name.
TagParsingException
void onAttributeRemoved(String attrname)
throws TagParsingException
attrname - the attribute name.
TagParsingException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||