org.broadleafcommerce.openadmin.client.reflection
Class ModuleFactory

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<String,String>
          extended by org.broadleafcommerce.openadmin.client.reflection.ModuleFactory
All Implemented Interfaces:
Serializable, Cloneable, Map<String,String>

public class ModuleFactory
extends HashMap<String,String>

Author:
jfischer
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Method Summary
 void createAsync(String name, AsyncClient entityPresenterClient)
           
static ModuleFactory getInstance()
           
 Object newInstance(String name)
           
 String put(String key, String fullyQualifiedClassName)
           
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Method Detail

getInstance

public static ModuleFactory getInstance()

put

public String put(String key,
                  String fullyQualifiedClassName)
Specified by:
put in interface Map<String,String>
Overrides:
put in class HashMap<String,String>

newInstance

public Object newInstance(String name)

createAsync

public void createAsync(String name,
                        AsyncClient entityPresenterClient)


Copyright © 2012. All Rights Reserved.