Uses of Class
com.sun.research.ws.wadl.Param
-
Packages that use Param 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 Param in com.sun.research.ws.wadl
Fields in com.sun.research.ws.wadl with type parameters of type Param Modifier and Type Field Description protected List<Param>Representation. paramprotected List<Param>Request. paramprotected List<Param>Resource. paramprotected List<Param>ResourceType. paramprotected List<Param>Response. paramMethods in com.sun.research.ws.wadl that return Param Modifier and Type Method Description ParamObjectFactory. createParam()Create an instance ofParamMethods in com.sun.research.ws.wadl that return types with arguments of type Param Modifier and Type Method Description List<Param>Representation. getParam()Gets the value of the param property.List<Param>Request. getParam()Gets the value of the param property.List<Param>Resource. getParam()Gets the value of the param property.List<Param>ResourceType. getParam()Gets the value of the param property.List<Param>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 Param Modifier and Type Method Description ParamWadlGenerator. 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 Param Modifier and Type Method Description ParamWadlGeneratorImpl. createParam(Resource r, ResourceMethod m, Parameter p)
-