Class WebApp

  • All Implemented Interfaces:
    JndiConsumer, Lifecycle, NamedModule, WebCommon

    public class WebApp
    extends Object
    implements WebCommon, Lifecycle, NamedModule
    web-common_3_0.xsd

    Java class for web-appType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="web-appType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <choice maxOccurs="unbounded" minOccurs="0">
             <element name="module-name" type="{http://java.sun.com/xml/ns/javaee}string" minOccurs="0"/>
             <group ref="{http://java.sun.com/xml/ns/javaee}web-commonType"/>
             <element name="absolute-ordering" type="{http://java.sun.com/xml/ns/javaee}absoluteOrderingType"/>
           </choice>
           <attGroup ref="{http://java.sun.com/xml/ns/javaee}web-common-attributes"/>
         </restriction>
       </complexContent>
     </complexType>