|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.enspire.gemini.context.GeminiFactory
public class GeminiFactory
This Factory
sets up the context of Gemini. In other words, it
injects the right dependencies into Gemini objects.
Constructor Summary | |
---|---|
GeminiFactory()
Constructs the factory with the created context. |
Method Summary | |
---|---|
java.lang.Object |
create(java.lang.Class type)
|
java.lang.Object |
create(java.lang.String name)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GeminiFactory()
Method Detail |
---|
public java.lang.Object create(java.lang.Class type)
create
in interface com.enspire.context.Factory
Factory.create(java.lang.Class)
public java.lang.Object create(java.lang.String name)
create
in interface com.enspire.context.Factory
Factory.create(java.lang.String)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |