org.apache.openejb.jee
Class FilterMapping
java.lang.Object
org.apache.openejb.jee.FilterMapping
public class FilterMapping
- extends Object
web-common_3_0.xsd
Java class for filter-mappingType complex type.
The following schema fragment specifies the expected content contained within this class.
<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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
filterName
protected String filterName
urlPattern
protected List<String> urlPattern
servletName
protected List<String> servletName
dispatcher
protected List<Dispatcher> dispatcher
id
protected String id
FilterMapping
public FilterMapping()
getFilterName
public String getFilterName()
setFilterName
public void setFilterName(String value)
getUrlPattern
public List<String> getUrlPattern()
getServletName
public List<String> getServletName()
getDispatcher
public List<Dispatcher> getDispatcher()
getId
public String getId()
setId
public void setId(String value)
Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.