ariba.ui.aribaweb.util
Class AWFormatting

java.lang.Object
  extended by ariba.util.core.ClassExtension
      extended by ariba.ui.aribaweb.util.AWFormatting
All Implemented Interfaces:
Cloneable
Direct Known Subclasses:
AWFormatting_AribaFormatter, AWFormatting_AWFormatter, AWFormatting_JavaFormat

public abstract class AWFormatting
extends ClassExtension


Field Summary
 
Fields inherited from class ariba.util.core.ClassExtension
forClass
 
Constructor Summary
AWFormatting()
           
 
Method Summary
abstract  String format(Object receiver, Object objectToFormat)
           
 String format(Object receiver, Object objectToFormat, Locale locale)
           
static AWFormatting get(Object target)
           
abstract  Object parseObject(Object receiver, String stringToParse)
           
 Object parseObject(Object receiver, String stringToParse, Locale locale)
           
static void registerClassExtension(Class receiverClass, AWFormatting formatClassExtension)
           
 
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

public AWFormatting()
Method Detail

registerClassExtension

public static void registerClassExtension(Class receiverClass,
                                          AWFormatting formatClassExtension)

get

public static AWFormatting get(Object target)

parseObject

public abstract Object parseObject(Object receiver,
                                   String stringToParse)

format

public abstract String format(Object receiver,
                              Object objectToFormat)

parseObject

public Object parseObject(Object receiver,
                          String stringToParse,
                          Locale locale)

format

public String format(Object receiver,
                     Object objectToFormat,
                     Locale locale)


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