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.jersey.wadl.generators.json | |
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 |
WadlGeneratorApplicationDoc.createParam(AbstractResource r,
AbstractMethod m,
Parameter p) |
Param |
WadlGeneratorGrammarsSupport.createParam(AbstractResource ar,
AbstractMethod am,
Parameter p) |
Param |
AbstractWadlGeneratorGrammarGenerator.createParam(AbstractResource ar,
AbstractMethod am,
Parameter p) |
Modifier and Type | Method and Description |
---|---|
protected abstract AbstractWadlGeneratorGrammarGenerator.WantsName<T> |
AbstractWadlGeneratorGrammarGenerator.createParmWantsName(Param param) |
protected AbstractWadlGeneratorGrammarGenerator.WantsName<QName> |
WadlGeneratorJAXBGrammarGenerator.createParmWantsName(Param param) |
Modifier and Type | Method and Description |
---|---|
Param |
WadlGeneratorResourceDocSupport.createParam(AbstractResource r,
AbstractMethod m,
Parameter p) |
Modifier and Type | Method and Description |
---|---|
protected AbstractWadlGeneratorGrammarGenerator.WantsName<URI> |
WadlGeneratorJSONGrammarGenerator.createParmWantsName(Param param) |
Modifier and Type | Field and Description |
---|---|
protected List<Param> |
Resource.param |
protected List<Param> |
Request.param |
protected List<Param> |
Response.param |
protected List<Param> |
ResourceType.param |
protected List<Param> |
Representation.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> |
Request.getParam()
Gets the value of the param property.
|
List<Param> |
Response.getParam()
Gets the value of the param property.
|
List<Param> |
ResourceType.getParam()
Gets the value of the param property.
|
List<Param> |
Representation.getParam()
Gets the value of the param property.
|
Copyright © 2013 Oracle Corporation. All rights reserved.