com.sun.grizzly.http.webxml.schema.version_2_5
Class FilterNameType

java.lang.Object
  extended by com.sun.grizzly.http.webxml.schema.version_2_5.String
      extended by com.sun.grizzly.http.webxml.schema.version_2_5.NonEmptyStringType
          extended by com.sun.grizzly.http.webxml.schema.version_2_5.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 com.sun.grizzly.http.webxml.schema.version_2_5.String
id, value
 
Constructor Summary
FilterNameType()
           
 
Method Summary
 
Methods inherited from class com.sun.grizzly.http.webxml.schema.version_2_5.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 © 2012 Oracle Corporation. All Rights Reserved.