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

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

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

Methods in com.sun.grizzly.http.webxml.parser with parameters of type MimeMapping
protected  MimeMapping JAXBWebXml_2_2Parser.getMimeMapping(MimeMapping mimeMapping)
           
 

Method parameters in com.sun.grizzly.http.webxml.parser with type arguments of type MimeMapping
protected  List<MimeMapping> JAXBWebXml_2_2Parser.populateMimeMapping(List<MimeMapping> mimeMapping)
           
 

Uses of MimeMapping 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 MimeMapping
protected  List<MimeMapping> WebApp.mimeMapping
           
 

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

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



Copyright © 2012 Oracle Corporation. All Rights Reserved.