Uses of Interface
org.brijframework.container.bootstrap.BootstrapContainer
-
Packages that use BootstrapContainer Package Description org.brijframework.context.bootstrap -
-
Uses of BootstrapContainer in org.brijframework.context.bootstrap
Methods in org.brijframework.context.bootstrap that return types with arguments of type BootstrapContainer Modifier and Type Method Description ConcurrentHashMap<Object,BootstrapContainer>BootstrapContext. getContainers()Return the sub context of context, ornullif there is no parent and this is the root of the context hierarchy.Methods in org.brijframework.context.bootstrap with parameters of type BootstrapContainer Modifier and Type Method Description voidBootstrapContext. poststart(BootstrapContainer container)voidBootstrapContext. prestart(BootstrapContainer container)
-