|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ItemHolder
Name: ItemHolder
Description: An interface for item holding tags.
Method Summary | |
---|---|
void |
addItem(Object item)
Adds the given item to the item holder's container. |
Object |
parseItem(String text)
Parses a value from the given text according to the rules of the item holder's container. |
Method Detail |
---|
void addItem(Object item) throws TagAttributeException
item
- The item to add.
TagAttributeException
- In case the adding of the item has been failed.Object parseItem(String text) throws TagAttributeException
text
- The text to parse.
TagAttributeException
- In case the adding of the item has been failed.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |