org.objectweb.jonas_web.deployment.api
Class WebAppSchemas

java.lang.Object
  extended by org.objectweb.jonas_lib.deployment.api.CommonsSchemas
      extended by org.objectweb.jonas_web.deployment.api.WebAppSchemas
All Implemented Interfaces:
Schemas

public class WebAppSchemas
extends CommonsSchemas

This class defines the declarations of Schemas for web.xml and jonas-web.xml

Author:
Florent Benoit

Field Summary
static java.lang.String[] WEBAPP_SCHEMAS
          List of schemas used for web.xml
 
Constructor Summary
WebAppSchemas()
          Build a new object for Schemas handling
 
Method Summary
 
Methods inherited from class org.objectweb.jonas_lib.deployment.api.CommonsSchemas
addSchemas, getHeaderForElement, getlocalSchemas
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

WEBAPP_SCHEMAS

public static final java.lang.String[] WEBAPP_SCHEMAS
List of schemas used for web.xml

Constructor Detail

WebAppSchemas

public WebAppSchemas()
Build a new object for Schemas handling