ariba.ui.aribaweb.util
Class AWFormatting_AribaFormatter
java.lang.Object
ariba.util.core.ClassExtension
ariba.ui.aribaweb.util.AWFormatting
ariba.ui.aribaweb.util.AWFormatting_AribaFormatter
- All Implemented Interfaces:
- java.lang.Cloneable
public final class AWFormatting_AribaFormatter
- extends AWFormatting
Method Summary |
java.lang.String |
format(java.lang.Object receiver,
java.lang.Object objectToFormat)
This is really more like toString() than format(). |
java.lang.String |
format(java.lang.Object receiver,
java.lang.Object objectToFormat,
java.util.Locale locale)
This is really more like toString() than format(). |
java.lang.Object |
parseObject(java.lang.Object receiver,
java.lang.String stringToParse)
This is really more like toObject() than parseObject(). |
java.lang.Object |
parseObject(java.lang.Object receiver,
java.lang.String stringToParse,
java.util.Locale locale)
This is really more like toObject() than parseObject(). |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AWFormatting_AribaFormatter
public AWFormatting_AribaFormatter()
parseObject
public java.lang.Object parseObject(java.lang.Object receiver,
java.lang.String stringToParse)
- Description copied from class:
AWFormatting
- This is really more like toObject() than parseObject().
- Specified by:
parseObject
in class AWFormatting
- Parameters:
receiver
- the formatterAdapteestringToParse
- the objectInStringForm
- Returns:
- an object with the type depending on the receiver (formatterAdaptee)
format
public java.lang.String format(java.lang.Object receiver,
java.lang.Object objectToFormat)
- Description copied from class:
AWFormatting
- This is really more like toString() than format().
It converts an object to a string. With the allowed objects depending on the
receiver (formatterAdaptee).
- Specified by:
format
in class AWFormatting
- Parameters:
receiver
- the formatterAdapteeobjectToFormat
- the objectToStringify
- Returns:
- the string form of the objectToFormat (objectToStringify)
parseObject
public java.lang.Object parseObject(java.lang.Object receiver,
java.lang.String stringToParse,
java.util.Locale locale)
- Description copied from class:
AWFormatting
- This is really more like toObject() than parseObject().
- Overrides:
parseObject
in class AWFormatting
- Parameters:
receiver
- the formatterAdapteestringToParse
- the objectInStringFormlocale
- the locale
- Returns:
- an object with the type depending on the receiver (formatterAdaptee)
format
public java.lang.String format(java.lang.Object receiver,
java.lang.Object objectToFormat,
java.util.Locale locale)
- Description copied from class:
AWFormatting
- This is really more like toString() than format().
It converts an object to a string. With the allowed objects depending on the
receiver (formatterAdaptee).
- Overrides:
format
in class AWFormatting
- Parameters:
receiver
- the formatterAdapteeobjectToFormat
- the objectToStringifylocale
- the locale
- Returns:
- the string form of the objectToFormat (objectToStringify)
AribaWeb User Interface Development Framework
Copyright © 2000-2014 Ariba, Inc. All Rights Reserved.