src/main/java/de/uapcore/lightpit/modules/ModuleManagerModule.java

changeset 31
58f78f0142e8
parent 30
fb30f7b78f9b
child 34
824d4042c857
equal deleted inserted replaced
30:fb30f7b78f9b 31:58f78f0142e8
49 /** 49 /**
50 * Entry point for the application. 50 * Entry point for the application.
51 */ 51 */
52 @LightPITModule( 52 @LightPITModule(
53 bundleBaseName = "localization.modmgmt", 53 bundleBaseName = "localization.modmgmt",
54 modulePath = "modmgmt" 54 modulePath = "modmgmt",
55 defaultPriority = 21000
55 ) 56 )
56 @WebServlet( 57 @WebServlet(
57 name = "ModuleManagerModule", 58 name = "ModuleManagerModule",
58 urlPatterns = "/modmgmt/*" 59 urlPatterns = "/modmgmt/*"
59 ) 60 )

mercurial