Uses of Class
com.sun.grizzly.http.webxml.schema.version_2_2.UrlPattern

Packages that use UrlPattern
com.sun.grizzly.http.webxml.schema.version_2_2   
 

Uses of UrlPattern in com.sun.grizzly.http.webxml.schema.version_2_2
 

Fields in com.sun.grizzly.http.webxml.schema.version_2_2 declared as UrlPattern
protected  UrlPattern ServletMapping.urlPattern
           
 

Fields in com.sun.grizzly.http.webxml.schema.version_2_2 with type parameters of type UrlPattern
protected  List<UrlPattern> WebResourceCollection.urlPattern
           
 

Methods in com.sun.grizzly.http.webxml.schema.version_2_2 that return UrlPattern
 UrlPattern ObjectFactory.createUrlPattern()
          Create an instance of UrlPattern
 UrlPattern ServletMapping.getUrlPattern()
          Gets the value of the urlPattern property.
 

Methods in com.sun.grizzly.http.webxml.schema.version_2_2 that return types with arguments of type UrlPattern
 List<UrlPattern> WebResourceCollection.getUrlPattern()
          Gets the value of the urlPattern property.
 

Methods in com.sun.grizzly.http.webxml.schema.version_2_2 with parameters of type UrlPattern
 void ServletMapping.setUrlPattern(UrlPattern value)
          Sets the value of the urlPattern property.
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.