Package org.apache.openejb.jee
Class ServletMapping
- java.lang.Object
-
- org.apache.openejb.jee.ServletMapping
-
public class ServletMapping extends Object
web-common_3_0.xsdJava class for servlet-mappingType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="servlet-mappingType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="servlet-name" type="{http://java.sun.com/xml/ns/javaee}servlet-nameType"/> <element name="url-pattern" type="{http://java.sun.com/xml/ns/javaee}url-patternType" maxOccurs="unbounded"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringidprotected StringservletNameprotected List<String>urlPattern
-
Constructor Summary
Constructors Constructor Description ServletMapping()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetId()StringgetServletName()List<String>getUrlPattern()voidsetId(String value)voidsetServletName(String value)
-