Class AbstractModuleFactory<K,T>
- java.lang.Object
-
- org.brijframework.factories.impl.AbstractFactory<K,T>
-
- org.brijframework.factories.impl.module.AbstractModuleFactory<K,T>
-
- All Implemented Interfaces:
org.brijframework.factories.Factory<K,T>,org.brijframework.factories.module.ModuleFactory<K,T>
public abstract class AbstractModuleFactory<K,T> extends AbstractFactory<K,T> implements org.brijframework.factories.module.ModuleFactory<K,T>
-
-
Constructor Summary
Constructors Constructor Description AbstractModuleFactory()
-
Method Summary
-
Methods inherited from class org.brijframework.factories.impl.AbstractFactory
clear, contains, find, getCache, getContainer, getContainer, getEnvProperty, loadContainer, postregister, preregister, register, setContainer
-
-