ariba.ui.aribaweb.util
Class AWBookmarkFormatter

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

public abstract class AWBookmarkFormatter
extends ClassExtension


Field Summary
 
Fields inherited from class ariba.util.core.ClassExtension
forClass
 
Constructor Summary
AWBookmarkFormatter()
           
 
Method Summary
static String format(Object val)
           
abstract  String formatObject(Object val)
           
static Object parse(String val, Class<?> type)
           
abstract  Object parseString(String val)
           
static void registerClassExtension(Class<?> type, AWBookmarkFormatter formatter)
           
 
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

AWBookmarkFormatter

public AWBookmarkFormatter()
Method Detail

registerClassExtension

public static void registerClassExtension(Class<?> type,
                                          AWBookmarkFormatter formatter)

formatObject

public abstract String formatObject(Object val)

parseString

public abstract Object parseString(String val)

format

public static String format(Object val)

parse

public static Object parse(String val,
                           Class<?> type)
                    throws ParseException
Throws:
ParseException


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