Class AbstractBootstrapContainer
- java.lang.Object
-
- org.brijframework.container.impl.AbstractContainer
-
- org.brijframework.container.impl.bootstrap.AbstractBootstrapContainer
-
- All Implemented Interfaces:
org.brijframework.container.bootstrap.BootstrapContainer,org.brijframework.container.Container,DefaultContainer,org.brijframework.lifecycle.Initializer
public abstract class AbstractBootstrapContainer extends AbstractContainer implements org.brijframework.container.bootstrap.BootstrapContainer
-
-
Constructor Summary
Constructors Constructor Description AbstractBootstrapContainer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancontainsObject(Object key)protected LinkedHashSet<Class<? extends org.brijframework.factories.bootstrap.BootstrapFactory<?,?>>>getBootstrapFactories()LinkedHashSet<Class<? extends org.brijframework.factories.bootstrap.BootstrapFactory<?,?>>>getDepandOnSortedFactoryList(LinkedHashSet<Class<? extends org.brijframework.factories.bootstrap.BootstrapFactory<?,?>>> linkedHashSet)Iterable<Class<? extends org.brijframework.factories.bootstrap.BootstrapFactory<?,?>>>getOrderOnSortedFactoryList(LinkedHashSet<Class<? extends org.brijframework.factories.bootstrap.BootstrapFactory<?,?>>> classList)org.brijframework.container.ContainerloadContainer()protected voidregister(Class<? extends org.brijframework.factories.bootstrap.BootstrapFactory<?,?>> container)-
Methods inherited from class org.brijframework.container.impl.AbstractContainer
clearContainer, getCache, getContext, loadFactory, setContext
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
Method Detail
-
loadContainer
public org.brijframework.container.Container loadContainer()
- Specified by:
loadContainerin interfaceorg.brijframework.container.Container
-
getBootstrapFactories
protected LinkedHashSet<Class<? extends org.brijframework.factories.bootstrap.BootstrapFactory<?,?>>> getBootstrapFactories()
-
register
protected void register(Class<? extends org.brijframework.factories.bootstrap.BootstrapFactory<?,?>> container)
-
getDepandOnSortedFactoryList
public LinkedHashSet<Class<? extends org.brijframework.factories.bootstrap.BootstrapFactory<?,?>>> getDepandOnSortedFactoryList(LinkedHashSet<Class<? extends org.brijframework.factories.bootstrap.BootstrapFactory<?,?>>> linkedHashSet)
-
getOrderOnSortedFactoryList
public Iterable<Class<? extends org.brijframework.factories.bootstrap.BootstrapFactory<?,?>>> getOrderOnSortedFactoryList(LinkedHashSet<Class<? extends org.brijframework.factories.bootstrap.BootstrapFactory<?,?>>> classList)
-
containsObject
public boolean containsObject(Object key)
- Specified by:
containsObjectin interfaceorg.brijframework.container.Container
-
-