Uses of Interface
net.odoframework.container.Module
| Package | Description |
|---|---|
| net.odoframework.container |
-
Uses of Module in net.odoframework.container
Classes in net.odoframework.container that implement Module Modifier and Type Class Description classApplicationThis class creates a root container for an ODO application.classModuleBuilderThe module builder is a utility class which provides convenience methods for registeringBeanDefinitioninstances for the ModuleMethods in net.odoframework.container that return types with arguments of type Module Modifier and Type Method Description default Set<Module>Module. getDependencies()Set<Module>ModuleBuilder. getDependencies()returns the set of the modules that are dependant for this ModuleMethods in net.odoframework.container with parameters of type Module Modifier and Type Method Description protected voidApplication. loadModule(Container container, Module module)