Package org.brijframework.boot.context
Class BootstrapContextImpl
- java.lang.Object
-
- org.brijframework.context.impl.AbstractContext
-
- org.brijframework.context.impl.bootstrap.AbstractBootstrapContext
-
- org.brijframework.boot.context.BootstrapContextImpl
-
- All Implemented Interfaces:
org.brijframework.context.bootstrap.BootstrapContext,org.brijframework.context.Context,org.brijframework.lifecycle.Initializer
public class BootstrapContextImpl extends org.brijframework.context.impl.bootstrap.AbstractBootstrapContext
-
-
Constructor Summary
Constructors Constructor Description BootstrapContextImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinit()-
Methods inherited from class org.brijframework.context.impl.bootstrap.AbstractBootstrapContext
destoryContext, getClassList, getContainers, getContext, getRegisteredList, invokeFactoryMethod, invokeInstanceMethod, loadContainer, poststart, prestart, register, register, start, stop
-
Methods inherited from class org.brijframework.context.impl.AbstractContext
findFactoryMethod, getEnvironment, getParent, getStages, initialize, load, setStages
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-