Uses of Class
com.sun.research.ws.wadl.Param
Packages that use Param
Package
Description
Jersey server-side WADL support public classes and interfaces.
Jersey server-side WADL internal classes.
-
Uses of Param in com.sun.research.ws.wadl
Fields in com.sun.research.ws.wadl with type parameters of type ParamModifier and TypeFieldDescriptionRepresentation.param
Request.param
Resource.param
ResourceType.param
Response.param
Methods in com.sun.research.ws.wadl that return ParamMethods in com.sun.research.ws.wadl that return types with arguments of type ParamModifier and TypeMethodDescriptionRepresentation.getParam()
Gets the value of the param property.Request.getParam()
Gets the value of the param property.Resource.getParam()
Gets the value of the param property.ResourceType.getParam()
Gets the value of the param property.Response.getParam()
Gets the value of the param property. -
Uses of Param in org.glassfish.jersey.server.wadl
Methods in org.glassfish.jersey.server.wadl that return ParamModifier and TypeMethodDescriptionWadlGenerator.createParam
(Resource r, ResourceMethod m, Parameter p) -
Uses of Param in org.glassfish.jersey.server.wadl.internal
Methods in org.glassfish.jersey.server.wadl.internal that return ParamModifier and TypeMethodDescriptionWadlGeneratorImpl.createParam
(Resource r, ResourceMethod m, Parameter p)