|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AttributeHandler
An attribute handler is an object that can transform an object into a string or vice versa.
| Method Summary | |
|---|---|
String |
toAttributeValue(Object o)
Converts an object to an attribute value. |
Object |
toPropertyValue(String s)
Converts a string to a property value. |
| Method Detail |
|---|
String toAttributeValue(Object o)
o - the object.
Object toPropertyValue(String s)
s - the string.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||