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.
|
org.glassfish.jersey.server.wadl.internal.generators |
Jersey server-side WADL internal classes supporting
wadl generators . |
org.glassfish.jersey.server.wadl.internal.generators.resourcedoc |
Jersey server-side WADL internal classes supporting
generation of resource documentation with
wadl generators . |
Modifier and Type | Field and Description |
---|---|
protected List<Param> |
Representation.param |
protected List<Param> |
Request.param |
protected List<Param> |
Resource.param |
protected List<Param> |
ResourceType.param |
protected List<Param> |
Response.param |
Modifier and Type | Method and Description |
---|---|
Param |
ObjectFactory.createParam()
Create an instance of
Param |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
Param |
WadlGenerator.createParam(Resource r,
ResourceMethod m,
Parameter p) |
Modifier and Type | Method and Description |
---|---|
Param |
WadlGeneratorImpl.createParam(Resource r,
ResourceMethod m,
Parameter p) |
Modifier and Type | Method and Description |
---|---|
Param |
WadlGeneratorApplicationDoc.createParam(Resource r,
ResourceMethod m,
Parameter p) |
Param |
WadlGeneratorGrammarsSupport.createParam(Resource ar,
ResourceMethod am,
Parameter p) |
Param |
WadlGeneratorJAXBGrammarGenerator.createParam(Resource ar,
ResourceMethod am,
Parameter p) |
Modifier and Type | Method and Description |
---|---|
Param |
WadlGeneratorResourceDocSupport.createParam(Resource r,
ResourceMethod m,
Parameter p) |
Copyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.