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

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

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

Methods in com.sun.grizzly.http.webxml.parser that return ResourceRef
protected  ResourceRef JAXBWebXml_2_2Parser.getResourceRef(ResourceRef resourceRef)
           
 

Methods in com.sun.grizzly.http.webxml.parser that return types with arguments of type ResourceRef
protected  List<ResourceRef> JAXBWebXml_2_2Parser.populateResourceRef(List<ResourceRef> resourceRef)
           
 

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

Fields in com.sun.grizzly.http.webxml.schema with type parameters of type ResourceRef
 List<ResourceRef> WebApp.resourceRef
           
 

Methods in com.sun.grizzly.http.webxml.schema that return types with arguments of type ResourceRef
 List<ResourceRef> WebApp.getResourceRef()
          <resource-ref> <description>description</description> <res-ref-name>token</res-ref-name> <res-type>token</res-type> <res-auth>Container</res-auth> <res-sharing-scope>Unshareable</res-sharing-scope> <mapped-name>string</mapped-name> <injection-target> <injection-target-class>token</injection-target-class> <injection-target-name>$</injection-target-name> </injection-target> </resource-ref>
 

Method parameters in com.sun.grizzly.http.webxml.schema with type arguments of type ResourceRef
 void WebApp.setResourceRef(List<ResourceRef> resourceRef)
           
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.