Uses of Class
com.onwbp.base.repository.ModuleDefinitionException
-
Packages that use ModuleDefinitionException Package Description com.onwbp.base.repository Provides basic module registration functions.com.orchestranetworks.module This package allows to handle module registration. -
-
Uses of ModuleDefinitionException in com.onwbp.base.repository
Methods in com.onwbp.base.repository that throw ModuleDefinitionException Modifier and Type Method Description static List<com.onwbp.base.schema.definition.TNode>ModulesRegister. getDependentModuleNames(ServletContext aServletContext)Deprecated.Since 5.7.0, this method returns an empty list.static booleanModulesRegister. registerDirectory(File aModuleDirectory)Registers a new module whose root is at the specified directory.static booleanModulesRegister. registerDirectoryIfModule(File aModuleDirectory)Registers a new module whose root is at the specified directory.static booleanModulesRegister. registerWebApp(Servlet aServlet, ServletConfig aServletConfig)Deprecated.Since 5.9.0, this method is replaced byModuleRegistrationListener. -
Uses of ModuleDefinitionException in com.orchestranetworks.module
Methods in com.orchestranetworks.module that throw ModuleDefinitionException Modifier and Type Method Description voidModuleRegistrationListener. contextInitialized(ServletContextEvent anEvent)Receives a notification that the web application servlet context event is about to be initialized.
-