Uses of Class
com.sun.research.ws.wadl.Doc
-
Packages that use Doc Package Description com.sun.research.ws.wadl org.glassfish.jersey.server.wadl.internal.generators Jersey server-side WADL internal classes supportingwadl generators
.org.glassfish.jersey.server.wadl.internal.generators.resourcedoc Jersey server-side WADL internal classes supporting generation of resource documentation withwadl generators
. -
-
Uses of Doc in com.sun.research.ws.wadl
Fields in com.sun.research.ws.wadl with type parameters of type Doc Modifier and Type Field Description protected java.util.List<Doc>
Application. doc
protected java.util.List<Doc>
Grammars. doc
protected java.util.List<Doc>
Include. doc
protected java.util.List<Doc>
Link. doc
protected java.util.List<Doc>
Method. doc
protected java.util.List<Doc>
Option. doc
protected java.util.List<Doc>
Param. doc
protected java.util.List<Doc>
Representation. doc
protected java.util.List<Doc>
Request. doc
protected java.util.List<Doc>
Resource. doc
protected java.util.List<Doc>
Resources. doc
protected java.util.List<Doc>
ResourceType. doc
protected java.util.List<Doc>
Response. doc
Methods in com.sun.research.ws.wadl that return Doc Modifier and Type Method Description Doc
ObjectFactory. createDoc()
Create an instance ofDoc
Methods in com.sun.research.ws.wadl that return types with arguments of type Doc Modifier and Type Method Description java.util.List<Doc>
Application. getDoc()
Gets the value of the doc property.java.util.List<Doc>
Grammars. getDoc()
Gets the value of the doc property.java.util.List<Doc>
Include. getDoc()
Gets the value of the doc property.java.util.List<Doc>
Link. getDoc()
Gets the value of the doc property.java.util.List<Doc>
Method. getDoc()
Gets the value of the doc property.java.util.List<Doc>
Option. getDoc()
Gets the value of the doc property.java.util.List<Doc>
Param. getDoc()
Gets the value of the doc property.java.util.List<Doc>
Representation. getDoc()
Gets the value of the doc property.java.util.List<Doc>
Request. getDoc()
Gets the value of the doc property.java.util.List<Doc>
Resource. getDoc()
Gets the value of the doc property.java.util.List<Doc>
Resources. getDoc()
Gets the value of the doc property.java.util.List<Doc>
ResourceType. getDoc()
Gets the value of the doc property.java.util.List<Doc>
Response. getDoc()
Gets the value of the doc property. -
Uses of Doc in org.glassfish.jersey.server.wadl.internal.generators
Fields in org.glassfish.jersey.server.wadl.internal.generators with type parameters of type Doc Modifier and Type Field Description protected java.util.List<Doc>
ApplicationDocs. docs
Methods in org.glassfish.jersey.server.wadl.internal.generators that return types with arguments of type Doc Modifier and Type Method Description java.util.List<Doc>
ApplicationDocs. getDocs()
-
Uses of Doc in org.glassfish.jersey.server.wadl.internal.generators.resourcedoc
Method parameters in org.glassfish.jersey.server.wadl.internal.generators.resourcedoc with type arguments of type Doc Modifier and Type Method Description private void
WadlGeneratorResourceDocSupport. addDoc(java.util.List<Doc> docs, java.lang.String text)
private void
WadlGeneratorResourceDocSupport. addDocForExample(java.util.List<Doc> docs, java.lang.String example)
-