com.waveset.ui.util
Class TreeContentAdapterFactory

java.lang.Object
  extended bycom.waveset.ui.util.TreeContentAdapterFactory

public class TreeContentAdapterFactory
extends java.lang.Object

A class that knows how to construct TreeContentAdapters.


Field Summary
static java.lang.String code_id
           
static java.lang.String DEFAULT_PROVIDER_CLASS_NAME
           
 
Constructor Summary
TreeContentAdapterFactory()
           
 
Method Summary
static TreeContentAdapterFactory getInstance()
           
 com.waveset.ui.util.html.TreeContent.TreeContentAdapter getTreeContentAdapter(java.lang.String name, java.util.Map configuration)
           
protected  com.waveset.ui.util.html.TreeContent.TreeContentAdapter makeAdapter(java.lang.String name, java.util.Map configuration)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

code_id

public static final java.lang.String code_id
See Also:
Constant Field Values

DEFAULT_PROVIDER_CLASS_NAME

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

TreeContentAdapterFactory

public TreeContentAdapterFactory()
Method Detail

getInstance

public static TreeContentAdapterFactory getInstance()

getTreeContentAdapter

public com.waveset.ui.util.html.TreeContent.TreeContentAdapter getTreeContentAdapter(java.lang.String name,
                                                                                     java.util.Map configuration)
                                                                              throws TreeContentAdapterFactoryException
Throws:
TreeContentAdapterFactoryException

makeAdapter

protected com.waveset.ui.util.html.TreeContent.TreeContentAdapter makeAdapter(java.lang.String name,
                                                                              java.util.Map configuration)
                                                                       throws TreeContentAdapterFactoryException
Throws:
TreeContentAdapterFactoryException