com.sun.grizzly.http.webxml.schema.version_3_0
Class FilterNameType
java.lang.Object
com.sun.grizzly.http.webxml.schema.version_3_0.String
com.sun.grizzly.http.webxml.schema.version_3_0.NonEmptyStringType
com.sun.grizzly.http.webxml.schema.version_3_0.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>
Fields inherited from class com.sun.grizzly.http.webxml.schema.version_3_0.String |
id, value |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FilterNameType
public FilterNameType()
Copyright © 2012 Oracle Corporation. All Rights Reserved.