| Package | Description |
|---|---|
| com.sun.jersey.server.wadl |
Provides support for WADL configuration and generation.
|
| com.sun.jersey.server.wadl.generators |
Provides support for JAXB WADL generation.
|
| com.sun.jersey.server.wadl.generators.resourcedoc |
Provides support for JAXB WADL generation for resource classes.
|
| com.sun.research.ws.wadl |
| Modifier and Type | Method and Description |
|---|---|
Param |
WadlGeneratorImpl.createParam(AbstractResource r,
AbstractMethod m,
Parameter p) |
Param |
WadlGenerator.createParam(AbstractResource r,
AbstractMethod m,
Parameter p) |
| Modifier and Type | Method and Description |
|---|---|
Param |
WadlGeneratorGrammarsSupport.createParam(AbstractResource ar,
AbstractMethod am,
Parameter p) |
Param |
WadlGeneratorApplicationDoc.createParam(AbstractResource r,
AbstractMethod m,
Parameter p) |
| Modifier and Type | Method and Description |
|---|---|
Param |
WadlGeneratorResourceDocSupport.createParam(AbstractResource r,
AbstractMethod m,
Parameter p) |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<Param> |
Response.param |
protected java.util.List<Param> |
ResourceType.param |
protected java.util.List<Param> |
Resource.param |
protected java.util.List<Param> |
Request.param |
protected java.util.List<Param> |
RepresentationType.param |
| Modifier and Type | Method and Description |
|---|---|
Param |
ObjectFactory.createParam()
Create an instance of
Param |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Param> |
Response.getParam()
Gets the value of the param property.
|
java.util.List<Param> |
ResourceType.getParam()
Gets the value of the param property.
|
java.util.List<Param> |
Resource.getParam()
Gets the value of the param property.
|
java.util.List<Param> |
Request.getParam()
Gets the value of the param property.
|
java.util.List<Param> |
RepresentationType.getParam()
Gets the value of the param property.
|
Copyright © 2015 Oracle Corporation. All Rights Reserved.