|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
The interface to implement to format an object as a string.
| Method Summary | |
java.lang.String |
format(java.lang.String formatedObject,
FormaterRepository formaterRepository,
java.lang.Object obj)
Returns the specified object formatted as a string. |
| Method Detail |
public java.lang.String format(java.lang.String formatedObject,
FormaterRepository formaterRepository,
java.lang.Object obj)
formatedObject - the formatted object (for structured object, could represents the beginning).formaterRepository - where the different other formaters are.obj - the object to format.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||