Class AbstractModelContext
- java.lang.Object
-
- org.brijframework.context.impl.AbstractContext
-
- org.brijframework.context.impl.module.AbstractModuleContext
-
- org.brijframework.model.context.asm.AbstractModelContext
-
- All Implemented Interfaces:
org.brijframework.context.Context,org.brijframework.context.module.ModuleContext,org.brijframework.lifecycle.Initializer,ModelContext
- Direct Known Subclasses:
ModelContextImpl
public abstract class AbstractModelContext extends org.brijframework.context.impl.module.AbstractModuleContext implements ModelContext
-
-
Constructor Summary
Constructors Constructor Description AbstractModelContext()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinit()-
Methods inherited from class org.brijframework.context.impl.module.AbstractModuleContext
destoryContainer, getClassList, getContainers, getParent, initialize, invokeFactoryMethod, invokeInstanceMethod, loadContainer, register, start, stop
-
Methods inherited from class org.brijframework.context.impl.AbstractContext
findFactoryMethod, getEnvironment, getStages, load, setStages
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.brijframework.context.Context
getEnvironment, getParent, initialize, start, stop
-
Methods inherited from interface org.brijframework.model.context.ModelContext
getModelMetaData, getModelMetaDataList, getModelMetaDataList, getModelMetaDataList, getModelMetaDataNames, getModelMetaDataNames, getModelResource, getModelResourceList, getModelResourceList, getModelResourceNames, getModelResourceNames
-
-