Class 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>
     
    • Constructor Detail

      • FilterMapping

        public FilterMapping()
    • Method Detail

      • getFilterName

        public String getFilterName()
      • setFilterName

        public void setFilterName​(String value)
      • getUrlPattern

        public List<String> getUrlPattern()
      • getServletName

        public List<String> getServletName()
      • getId

        public String getId()
      • setId

        public void setId​(String value)