Package | Description |
---|---|
com.sun.research.ws.wadl | |
org.glassfish.jersey.server.wadl |
Jersey server-side WADL support public classes and interfaces.
|
Modifier and Type | Field and Description |
---|---|
protected List<Param> |
Resource.param |
protected List<Param> |
Response.param |
protected List<Param> |
Representation.param |
protected List<Param> |
ResourceType.param |
protected List<Param> |
Request.param |
Modifier and Type | Method and Description |
---|---|
Param |
ObjectFactory.createParam()
Create an instance of
Param |
Modifier and Type | Method and Description |
---|---|
List<Param> |
Resource.getParam()
Gets the value of the param property.
|
List<Param> |
Response.getParam()
Gets the value of the param property.
|
List<Param> |
Representation.getParam()
Gets the value of the param property.
|
List<Param> |
ResourceType.getParam()
Gets the value of the param property.
|
List<Param> |
Request.getParam()
Gets the value of the param property.
|
Modifier and Type | Method and Description |
---|---|
Param |
WadlGenerator.createParam(Resource r,
ResourceMethod m,
Parameter p) |
Copyright © 2007-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.