Uses of Class
com.sun.research.ws.wadl.Resource
-
Packages that use Resource 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. -
-
Uses of Resource in com.sun.research.ws.wadl
Fields in com.sun.research.ws.wadl with type parameters of type Resource Modifier and Type Field Description protected List<Resource>Resources. resourceMethods in com.sun.research.ws.wadl that return Resource Modifier and Type Method Description ResourceObjectFactory. createResource()Create an instance ofResourceMethods in com.sun.research.ws.wadl that return types with arguments of type Resource Modifier and Type Method Description List<Resource>Resources. getResource()Gets the value of the resource property. -
Uses of Resource in org.glassfish.jersey.server.wadl
Methods in org.glassfish.jersey.server.wadl that return Resource Modifier and Type Method Description ResourceWadlGenerator. createResource(Resource r, String path) -
Uses of Resource in org.glassfish.jersey.server.wadl.internal
Methods in org.glassfish.jersey.server.wadl.internal that return Resource Modifier and Type Method Description ResourceWadlGeneratorImpl. createResource(Resource resource, String path)
-