Class AbstractModuleContainer
- java.lang.Object
-
- org.brijframework.container.impl.AbstractContainer
-
- org.brijframework.container.impl.module.AbstractModuleContainer
-
- All Implemented Interfaces:
org.brijframework.container.Container,DefaultContainer,org.brijframework.container.module.ModuleContainer,org.brijframework.lifecycle.Initializer
public abstract class AbstractModuleContainer extends AbstractContainer implements org.brijframework.container.module.ModuleContainer
-
-
Constructor Summary
Constructors Constructor Description AbstractModuleContainer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancontainsObject(Object key)protected LinkedHashSet<Class<? extends org.brijframework.factories.module.ModuleFactory<?,?>>>getDepandOnSortedFactoryList(LinkedHashSet<Class<? extends org.brijframework.factories.module.ModuleFactory<?,?>>> linkedHashSet)protected LinkedHashSet<Class<? extends org.brijframework.factories.module.ModuleFactory<?,?>>>getModuleFactories()Iterable<Class<? extends org.brijframework.factories.module.ModuleFactory<?,?>>>getOrderOnSortedFactoryList(LinkedHashSet<Class<? extends org.brijframework.factories.module.ModuleFactory<?,?>>> classList)AbstractModuleContainerloadContainer()protected voidregister(Class<? extends org.brijframework.factories.module.ModuleFactory<?,?>> 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 AbstractModuleContainer loadContainer()
- Specified by:
loadContainerin interfaceorg.brijframework.container.Container
-
getModuleFactories
protected LinkedHashSet<Class<? extends org.brijframework.factories.module.ModuleFactory<?,?>>> getModuleFactories()
-
register
protected void register(Class<? extends org.brijframework.factories.module.ModuleFactory<?,?>> container)
-
getDepandOnSortedFactoryList
protected LinkedHashSet<Class<? extends org.brijframework.factories.module.ModuleFactory<?,?>>> getDepandOnSortedFactoryList(LinkedHashSet<Class<? extends org.brijframework.factories.module.ModuleFactory<?,?>>> linkedHashSet)
-
getOrderOnSortedFactoryList
public Iterable<Class<? extends org.brijframework.factories.module.ModuleFactory<?,?>>> getOrderOnSortedFactoryList(LinkedHashSet<Class<? extends org.brijframework.factories.module.ModuleFactory<?,?>>> classList)
-
containsObject
public boolean containsObject(Object key)
- Specified by:
containsObjectin interfaceorg.brijframework.container.Container
-
-