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

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

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

Methods in com.sun.grizzly.http.webxml.parser with parameters of type ResourceRef
protected  ResourceRef JAXBWebXml_2_2Parser.getResourceRef(ResourceRef resourceRef)
           
 

Method parameters in com.sun.grizzly.http.webxml.parser with type arguments of type ResourceRef
protected  List<ResourceRef> JAXBWebXml_2_2Parser.populateResourceRef(List<ResourceRef> resourceRef)
           
 

Uses of ResourceRef 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 ResourceRef
protected  List<ResourceRef> WebApp.resourceRef
           
 

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

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



Copyright © 2012 Oracle Corporation. All Rights Reserved.