public class ServletMappingType extends Object
Java 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://www.w3.org/2001/XMLSchema}string"/>
<element name="url-pattern" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
servletName |
protected String |
urlPattern |
| Constructor and Description |
|---|
ServletMappingType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getServletName()
Gets the value of the servletName property.
|
String |
getUrlPattern()
Gets the value of the urlPattern property.
|
void |
setServletName(String value)
Sets the value of the servletName property.
|
void |
setUrlPattern(String value)
Sets the value of the urlPattern property.
|
public String getServletName()
Stringpublic void setServletName(String value)
value - allowed object is
Stringpublic String getUrlPattern()
StringCopyright © 2018. All rights reserved.