|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.iternum.swlink.beanutils.TextFormat
This format is a wrapper around the format provided by
the java.text.Format classes. It provides
the ability to easily reuse these classes in Swlink
and in BeanUtils.
| Constructor Summary | |
TextFormat(java.text.Format pFormat)
|
|
| Method Summary | |
java.lang.String |
format(java.lang.Object pSource)
Formats an object as per the functionality of the wrapped java.text.Format
instance. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public TextFormat(java.text.Format pFormat)
pFormat - The java.text.Format
to use in this Format| Method Detail |
public java.lang.String format(java.lang.Object pSource)
java.text.Format
instance.
format in interface FormatpSource - The object to format
String representing
the object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||