Uses of Class
com.sun.research.ws.wadl.Resources
-
Packages that use Resources Package Description com.sun.research.ws.wadl org.glassfish.jersey.server.wadl Jersey server-side WADL support public classes and interfaces.org.glassfish.jersey.server.wadl.internal Jersey server-side WADL internal classes.org.glassfish.jersey.server.wadl.internal.generators Jersey server-side WADL internal classes supportingwadl generators
.org.glassfish.jersey.server.wadl.internal.generators.resourcedoc Jersey server-side WADL internal classes supporting generation of resource documentation withwadl generators
. -
-
Uses of Resources in com.sun.research.ws.wadl
Fields in com.sun.research.ws.wadl with type parameters of type Resources Modifier and Type Field Description protected java.util.List<Resources>
Application. resources
Methods in com.sun.research.ws.wadl that return Resources Modifier and Type Method Description Resources
ObjectFactory. createResources()
Create an instance ofResources
Methods in com.sun.research.ws.wadl that return types with arguments of type Resources Modifier and Type Method Description java.util.List<Resources>
Application. getResources()
Gets the value of the resources property. -
Uses of Resources in org.glassfish.jersey.server.wadl
Methods in org.glassfish.jersey.server.wadl that return Resources Modifier and Type Method Description Resources
WadlGenerator. createResources()
-
Uses of Resources in org.glassfish.jersey.server.wadl.internal
Methods in org.glassfish.jersey.server.wadl.internal that return Resources Modifier and Type Method Description Resources
WadlGeneratorImpl. createResources()
-
Uses of Resources in org.glassfish.jersey.server.wadl.internal.generators
Methods in org.glassfish.jersey.server.wadl.internal.generators that return Resources Modifier and Type Method Description Resources
WadlGeneratorApplicationDoc. createResources()
Resources
WadlGeneratorGrammarsSupport. createResources()
Resources
WadlGeneratorJAXBGrammarGenerator. createResources()
-
Uses of Resources in org.glassfish.jersey.server.wadl.internal.generators.resourcedoc
Methods in org.glassfish.jersey.server.wadl.internal.generators.resourcedoc that return Resources Modifier and Type Method Description Resources
WadlGeneratorResourceDocSupport. createResources()
-