|
|||||||||
| 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 | |
|---|---|
java.lang.String |
toAttributeValue(java.lang.Object o)
Converts an object to an attribute value. |
java.lang.Object |
toPropertyValue(java.lang.String s)
Converts a string to a property value. |
| Method Detail |
|---|
java.lang.String toAttributeValue(java.lang.Object o)
o - the object.
java.lang.Object toPropertyValue(java.lang.String s)
s - the string.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||