Uses of Interface
org.brijframework.container.module.ModuleContainer
-
Packages that use ModuleContainer Package Description org.brijframework.context.module -
-
Uses of ModuleContainer in org.brijframework.context.module
Methods in org.brijframework.context.module that return types with arguments of type ModuleContainer Modifier and Type Method Description ConcurrentHashMap<Object,ModuleContainer>ModuleContext. getContainers()Return the Container map of context, ornullif there is no parent and this is the root of the context hierarchy.
-