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

changeset 77
192298f8161f
parent 74
91d1fc2a3a14
child 78
bb4c52bf3439
equal deleted inserted replaced
76:82f71fb1758a 77:192298f8161f
39 * Entry point for the application. 39 * Entry point for the application.
40 */ 40 */
41 @LightPITModule( 41 @LightPITModule(
42 bundleBaseName = "localization.error", 42 bundleBaseName = "localization.error",
43 modulePath = "error", 43 modulePath = "error",
44 titleKey = "title",
45 systemModule = true 44 systemModule = true
46 ) 45 )
47 @WebServlet( 46 @WebServlet(
48 name = "ErrorModule", 47 name = "ErrorModule",
49 urlPatterns = "/error/*" 48 urlPatterns = "/error/*"

mercurial