org.azuki.framework.object
Interface Locator.Impl

Enclosing class:
Locator

public static interface Locator.Impl


Method Summary
 void addObjectFactory(String objectype, IObjectFactory fact)
           
 Object create(String objectype, Object... args)
           
 Map<String,IObjectFactory> getAllObjectFactory()
           
 IObjectFactory getObjectFactory(String objectype)
           
 

Method Detail

addObjectFactory

void addObjectFactory(String objectype,
                      IObjectFactory fact)

getObjectFactory

IObjectFactory getObjectFactory(String objectype)

getAllObjectFactory

Map<String,IObjectFactory> getAllObjectFactory()

create

Object create(String objectype,
              Object... args)
              throws Exception
Throws:
Exception


Azuki Framework Copyright © 2006 the original author or authors.