ariba.ui.aribaweb.util
Class AWFormatting_AribaFormatter

java.lang.Object
  extended by ariba.util.core.ClassExtension
      extended by ariba.ui.aribaweb.util.AWFormatting
          extended by ariba.ui.aribaweb.util.AWFormatting_AribaFormatter
All Implemented Interfaces:
java.lang.Cloneable

public final class AWFormatting_AribaFormatter
extends AWFormatting


Field Summary
 
Fields inherited from class ariba.util.core.ClassExtension
forClass
 
Constructor Summary
AWFormatting_AribaFormatter()
           
 
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 ariba.ui.aribaweb.util.AWFormatting
get, registerClassExtension
 
Methods inherited from class ariba.util.core.ClassExtension
clone, forClass, getRealClass, setForClass
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AWFormatting_AribaFormatter

public AWFormatting_AribaFormatter()
Method Detail

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 formatterAdaptee
stringToParse - 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 formatterAdaptee
objectToFormat - 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 formatterAdaptee
stringToParse - the objectInStringForm
locale - 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 formatterAdaptee
objectToFormat - the objectToStringify
locale - the locale
Returns:
the string form of the objectToFormat (objectToStringify)


AribaWeb User Interface Development Framework
Copyright © 2000-2014 Ariba, Inc. All Rights Reserved.