public class FilterMappingType extends Object
Java-Klasse für filter-mappingType complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="filter-mappingType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="filter-name" type="{http://java.sun.com/xml/ns/javaee}filter-nameType"/> <choice maxOccurs="unbounded"> <element name="url-pattern" type="{http://java.sun.com/xml/ns/javaee}url-patternType"/> <element name="servlet-name" type="{http://java.sun.com/xml/ns/javaee}servlet-nameType"/> </choice> <element name="dispatcher" type="{http://java.sun.com/xml/ns/javaee}dispatcherType" maxOccurs="5" minOccurs="0"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected List<DispatcherType> |
dispatcher |
protected FilterNameType |
filterName |
protected String |
id |
protected List<Object> |
urlPatternOrServletName |
Constructor and Description |
---|
FilterMappingType() |
Modifier and Type | Method and Description |
---|---|
List<DispatcherType> |
getDispatcher()
Gets the value of the dispatcher property.
|
FilterNameType |
getFilterName()
Ruft den Wert der filterName-Eigenschaft ab.
|
String |
getId()
Ruft den Wert der id-Eigenschaft ab.
|
List<Object> |
getUrlPatternOrServletName()
Gets the value of the urlPatternOrServletName property.
|
void |
setFilterName(FilterNameType value)
Legt den Wert der filterName-Eigenschaft fest.
|
void |
setId(String value)
Legt den Wert der id-Eigenschaft fest.
|
protected FilterNameType filterName
protected List<DispatcherType> dispatcher
protected String id
public FilterNameType getFilterName()
FilterNameType
public void setFilterName(FilterNameType value)
value
- allowed object is
FilterNameType
public List<Object> getUrlPatternOrServletName()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the urlPatternOrServletName property.
For example, to add a new item, do as follows:
getUrlPatternOrServletName().add(newItem);
Objects of the following type(s) are allowed in the list
UrlPatternType
ServletNameType
public List<DispatcherType> getDispatcher()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the dispatcher property.
For example, to add a new item, do as follows:
getDispatcher().add(newItem);
Objects of the following type(s) are allowed in the list
DispatcherType
Copyright © 2015 buschmais GbR. All rights reserved.