ariba.util.fieldtype
Class TypeRetrieverChain

java.lang.Object
  extended by ariba.util.fieldtype.TypeRegistry
      extended by ariba.util.fieldtype.TypeRetrieverChain
All Implemented Interfaces:
TypeRetriever

public class TypeRetrieverChain
extends TypeRegistry

TypeRetreiverChain is a special TypeRegistry that provides type lookup from a chain of TypeRegistries.


Field Summary
static java.lang.String ChainedTypeRetrieverName
           
 
Constructor Summary
TypeRetrieverChain()
           
TypeRetrieverChain(java.util.List retrievers)
           
 
Method Summary
 void add(TypeRetriever retriever)
           
 java.lang.String getName()
           
 
Methods inherited from class ariba.util.fieldtype.TypeRegistry
getTypeInfo
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ChainedTypeRetrieverName

public static final java.lang.String ChainedTypeRetrieverName
See Also:
Constant Field Values
Constructor Detail

TypeRetrieverChain

public TypeRetrieverChain()

TypeRetrieverChain

public TypeRetrieverChain(java.util.List retrievers)
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in class TypeRegistry

add

public void add(TypeRetriever retriever)


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