ariba.ui.aribaweb.util
Class AWFormatting_AWFormatter

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

public final class AWFormatting_AWFormatter
extends AWFormatting


Field Summary
 
Fields inherited from class ariba.util.core.ClassExtension
forClass
 
Constructor Summary
AWFormatting_AWFormatter()
           
 
Method Summary
 java.lang.String format(java.lang.Object receiver, java.lang.Object objectToFormat)
          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().
 
Methods inherited from class ariba.ui.aribaweb.util.AWFormatting
format, get, parseObject, 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_AWFormatter

public AWFormatting_AWFormatter()
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)


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