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

Packages that use ServletMapping
com.sun.grizzly.http.webxml.parser   
com.sun.grizzly.http.webxml.schema.version_2_2   
 

Uses of ServletMapping in com.sun.grizzly.http.webxml.parser
 

Methods in com.sun.grizzly.http.webxml.parser with parameters of type ServletMapping
protected  ServletMapping JAXBWebXml_2_2Parser.getServletMapping(ServletMapping servletMapping)
           
 

Method parameters in com.sun.grizzly.http.webxml.parser with type arguments of type ServletMapping
protected  List<ServletMapping> JAXBWebXml_2_2Parser.populateServletMapping(List<ServletMapping> servletMapping)
           
 

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

Fields in com.sun.grizzly.http.webxml.schema.version_2_2 with type parameters of type ServletMapping
protected  List<ServletMapping> WebApp.servletMapping
           
 

Methods in com.sun.grizzly.http.webxml.schema.version_2_2 that return ServletMapping
 ServletMapping ObjectFactory.createServletMapping()
          Create an instance of ServletMapping
 

Methods in com.sun.grizzly.http.webxml.schema.version_2_2 that return types with arguments of type ServletMapping
 List<ServletMapping> WebApp.getServletMapping()
          Gets the value of the servletMapping property.
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.