|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Doc | |
|---|---|
| org.jvnet.ws.wadl | |
| org.jvnet.ws.wadl.ast | Classes to insulate code generator from JAXB generated classes. |
| org.jvnet.ws.wadl2java | Implements a WADL to Java tool that generates client-side stubs for the resources and methods declared in a WADL file. |
| Uses of Doc in org.jvnet.ws.wadl |
|---|
| Fields in org.jvnet.ws.wadl with type parameters of type Doc | |
|---|---|
protected List<Doc> |
Response.doc
|
protected List<Doc> |
Option.doc
|
protected List<Doc> |
Link.doc
|
protected List<Doc> |
Representation.doc
|
protected List<Doc> |
Application.doc
|
protected List<Doc> |
Resource.doc
|
protected List<Doc> |
Grammars.doc
|
protected List<Doc> |
Method.doc
|
protected List<Doc> |
Param.doc
|
protected List<Doc> |
ResourceType.doc
|
protected List<Doc> |
Request.doc
|
protected List<Doc> |
Resources.doc
|
protected List<Doc> |
Include.doc
|
| Methods in org.jvnet.ws.wadl that return Doc | |
|---|---|
Doc |
ObjectFactory.createDoc()
Create an instance of Doc |
| Methods in org.jvnet.ws.wadl that return types with arguments of type Doc | |
|---|---|
List<Doc> |
Response.getDoc()
Gets the value of the doc property. |
List<Doc> |
Option.getDoc()
Gets the value of the doc property. |
List<Doc> |
Link.getDoc()
Gets the value of the doc property. |
List<Doc> |
Representation.getDoc()
Gets the value of the doc property. |
List<Doc> |
Application.getDoc()
Gets the value of the doc property. |
List<Doc> |
Resource.getDoc()
Gets the value of the doc property. |
List<Doc> |
Grammars.getDoc()
Gets the value of the doc property. |
List<Doc> |
Method.getDoc()
Gets the value of the doc property. |
List<Doc> |
Param.getDoc()
Gets the value of the doc property. |
List<Doc> |
ResourceType.getDoc()
Gets the value of the doc property. |
List<Doc> |
Request.getDoc()
Gets the value of the doc property. |
List<Doc> |
Resources.getDoc()
Gets the value of the doc property. |
List<Doc> |
Include.getDoc()
Gets the value of the doc property. |
| Uses of Doc in org.jvnet.ws.wadl.ast |
|---|
| Methods in org.jvnet.ws.wadl.ast that return types with arguments of type Doc | |
|---|---|
List<Doc> |
ResourceNode.getDoc()
List of child documentation elements. |
List<Doc> |
ResourceTypeNode.getDoc()
List of child documentation elements |
List<Doc> |
MethodNode.getDoc()
List of child documentation elements |
List<Doc> |
RepresentationNode.getDoc()
List of child documentation elements. |
List<Doc> |
FaultNode.getDoc()
List of child documentation elements. |
| Uses of Doc in org.jvnet.ws.wadl2java |
|---|
| Methods in org.jvnet.ws.wadl2java with parameters of type Doc | |
|---|---|
protected void |
JavaDocUtil.appendTextContent(Doc d,
com.sun.codemodel.JCommentPart jdoc)
Append text extracted from a WADL doc element to the JavaDoc code model. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||