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.
Jersey server-side WADL internal classes supporting
wadl generators
.Jersey server-side WADL internal classes supporting
generation of resource documentation with
wadl generators
.-
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) -
Uses of Param in org.glassfish.jersey.server.wadl.internal.generators
Methods in org.glassfish.jersey.server.wadl.internal.generators that return ParamModifier and TypeMethodDescriptionWadlGeneratorApplicationDoc.createParam
(Resource r, ResourceMethod m, Parameter p) WadlGeneratorGrammarsSupport.createParam
(Resource ar, ResourceMethod am, Parameter p) WadlGeneratorJAXBGrammarGenerator.createParam
(Resource ar, ResourceMethod am, Parameter p) -
Uses of Param in org.glassfish.jersey.server.wadl.internal.generators.resourcedoc
Methods in org.glassfish.jersey.server.wadl.internal.generators.resourcedoc that return ParamModifier and TypeMethodDescriptionWadlGeneratorResourceDocSupport.createParam
(Resource r, ResourceMethod m, Parameter p)