Package org.apache.openejb.jee
Class FilterMapping
- java.lang.Object
-
- org.apache.openejb.jee.FilterMapping
-
public class FilterMapping extends Object
web-common_3_0.xsdJava 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>
-
-
Field Summary
Fields Modifier and Type Field Description protected List<Dispatcher>dispatcherprotected StringfilterNameprotected Stringidprotected List<String>servletNameprotected List<String>urlPattern
-
Constructor Summary
Constructors Constructor Description FilterMapping()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Dispatcher>getDispatcher()StringgetFilterName()StringgetId()List<String>getServletName()List<String>getUrlPattern()voidsetFilterName(String value)voidsetId(String value)
-