|
Oracle UIX API Reference Release 2.1.22.0.0 B12196-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for parsing Strings into objects.
Method Summary | |
java.lang.String |
formatObject(java.lang.Object value,
LocaleContext localeContext)
Formats the value into a String in a potentially Locale-specific manner. |
java.lang.Object |
parseString(java.lang.String value,
LocaleContext localeContext)
Parses the value String and returns the Object result for this validater. |
Method Detail |
public java.lang.Object parseString(java.lang.String value, LocaleContext localeContext) throws java.text.ParseException
This method will commonly be called by client code on the server to validate submitted form results and convert the results into a more easily programmed type.
public java.lang.String formatObject(java.lang.Object value, LocaleContext localeContext)
|
Oracle UIX API Reference Release 2.1.22.0.0 B12196-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |