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