Uses of Interface
org.azuki.framework.object.IObjectFactory

Packages that use IObjectFactory
org.azuki.framework.object   
 

Uses of IObjectFactory in org.azuki.framework.object
 

Methods in org.azuki.framework.object that return IObjectFactory
static IObjectFactory Locator.getObjectFactory(String objectype)
           
 IObjectFactory Locator.Impl.getObjectFactory(String objectype)
           
static IObjectFactory Locator.getObjectFactory(String objectype)
           
 IObjectFactory Locator.Impl.getObjectFactory(String objectype)
           
 

Methods in org.azuki.framework.object that return types with arguments of type IObjectFactory
static Map<String,IObjectFactory> Locator.getAllObjectFactory()
           
 Map<String,IObjectFactory> Locator.Impl.getAllObjectFactory()
           
static Map<String,IObjectFactory> Locator.getAllObjectFactory()
           
 Map<String,IObjectFactory> Locator.Impl.getAllObjectFactory()
           
 

Methods in org.azuki.framework.object with parameters of type IObjectFactory
static void Locator.addObjectFactory(String objectype, IObjectFactory fact)
           
 void Locator.Impl.addObjectFactory(String objectype, IObjectFactory fact)
           
static void Locator.addObjectFactory(String objectype, IObjectFactory fact)
           
 void Locator.Impl.addObjectFactory(String objectype, IObjectFactory fact)
           
 



Azuki Framework Copyright © 2006 the original author or authors.