org.glassfish.grizzly.servlet.ver25
Class FilterNameType

java.lang.Object
  extended by org.glassfish.grizzly.servlet.ver25.String
      extended by org.glassfish.grizzly.servlet.ver25.NonEmptyStringType
          extended by org.glassfish.grizzly.servlet.ver25.FilterNameType

public class FilterNameType
extends NonEmptyStringType

The logical name of the filter is declare by using filter-nameType. This name is used to map the filter. Each filter name is unique within the web application. Used in: filter, filter-mapping

Java class for filter-nameType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="filter-nameType">
   <simpleContent>
     <extension base="<http://java.sun.com/xml/ns/javaee>nonEmptyStringType">
     </extension>
   </simpleContent>
 </complexType>
 


Field Summary
 
Fields inherited from class org.glassfish.grizzly.servlet.ver25.String
id, value
 
Constructor Summary
FilterNameType()
           
 
Method Summary
 
Methods inherited from class org.glassfish.grizzly.servlet.ver25.String
getId, getValue, setId, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilterNameType

public FilterNameType()


Copyright © 2011 Oracle Corpration. All Rights Reserved.