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 List<Resources>Application. resourcesMethods in com.sun.research.ws.wadl that return Resources Modifier and Type Method Description ResourcesObjectFactory. createResources()Create an instance ofResourcesMethods in com.sun.research.ws.wadl that return types with arguments of type Resources Modifier and Type Method Description 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 ResourcesWadlGenerator. 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 ResourcesWadlGeneratorImpl. 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 ResourcesWadlGeneratorApplicationDoc. createResources()ResourcesWadlGeneratorGrammarsSupport. createResources()ResourcesWadlGeneratorJAXBGrammarGenerator. 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 ResourcesWadlGeneratorResourceDocSupport. createResources()
-