1 23 24 25 package com.sun.enterprise.web; 26 27 28 31 32 public final class Constants { 33 34 public static final String Package = "com.sun.enterprise.web"; 35 36 41 public static final String DEFAULT_WEB_XML = "config/default-web.xml"; 42 43 48 public static final String DEFAULT_WEB_MODULE_NAME = "__default-web-module"; 49 50 54 public static final String NAME_SEPARATOR = 55 com.sun.enterprise.server.Constants.NAME_SEPARATOR; 56 57 65 public static final String DEFAULT_WEB_MODULE_PREFIX = "__default-"; 66 67 71 public static final String J2EE_INSTANCE_LISTENER = 72 "com.sun.web.server.J2EEInstanceListener"; 73 74 77 public static final String APACHE_JSP_SERVLET_CLASS = 78 "org.apache.jasper.servlet.JspServlet"; 79 80 public static final String JSP_URL_PATTERN="*.jsp"; 81 82 } 83 | Popular Tags |