WebAppSchemas.java

00001 
00027 package org.objectweb.jonas_web.deployment.lib;
00028 
00029 import org.objectweb.jonas_lib.deployment.api.CommonsSchemas;
00030 
00035 public class WebAppSchemas extends CommonsSchemas {
00036 
00040     private static final String[] WEBAPP_SCHEMAS = new String[] {
00041         "web-app_2_4.xsd",
00042         "jsp_2_0.xsd"
00043     };
00044 
00045 
00049     public WebAppSchemas() {
00050         super();
00051         addSchemas(WEBAPP_SCHEMAS);
00052     }
00053 
00054 }

Generated on Tue Feb 15 15:05:58 2005 for JOnAS by  doxygen 1.3.9.1