|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Resource | |
|---|---|
| org.jvnet.ws.wadl | |
| org.jvnet.ws.wadl.ast | Classes to insulate code generator from JAXB generated classes. |
| Uses of Resource in org.jvnet.ws.wadl |
|---|
| Fields in org.jvnet.ws.wadl with type parameters of type Resource | |
|---|---|
protected List<Resource> |
Resources.resource
|
| Methods in org.jvnet.ws.wadl that return Resource | |
|---|---|
Resource |
ObjectFactory.createResource()
Create an instance of Resource |
| Methods in org.jvnet.ws.wadl that return types with arguments of type Resource | |
|---|---|
List<Resource> |
Resources.getResource()
Gets the value of the resource property. |
| Uses of Resource in org.jvnet.ws.wadl.ast |
|---|
| Methods in org.jvnet.ws.wadl.ast with parameters of type Resource | |
|---|---|
ResourceNode |
ResourceTypeNode.addChild(Resource r,
URI file,
ElementResolver idMap)
Create a new resource and add it as a child. |
ResourceNode |
ResourceNode.addChild(Resource r,
URI file,
ElementResolver idMap)
Create a new resource and add it as a child. |
protected void |
WadlAstBuilder.addResourceToResourceType(ResourceTypeNode type,
Resource resource,
URI file)
Add a child resource to a resource type. |
protected void |
WadlAstBuilder.addTypeToResource(ResourceNode resourceNode,
Resource resource,
String href,
URI file)
Add a type to a resource. |
protected void |
WadlAstBuilder.buildResourceTree(ResourceNode parent,
Resource resource,
URI file)
Add a resource and (recursively) its children to a tree starting at the parent. |
protected void |
WadlAstBuilder.extractResourceIds(Resource r,
URI file)
Extract the id from a resource element and add to the resource map then recurse into any contained resources. |
| Constructors in org.jvnet.ws.wadl.ast with parameters of type Resource | |
|---|---|
PathSegment(Resource resource,
URI file,
ElementResolver idMap)
Creates a new instance of PathSegment from a WADL resource element. |
|
ResourceNode(Resource resource,
ResourceNode parent,
URI file,
ElementResolver idMap)
Create a new instance of ResourceNode and attach it as a child of an existing resource. |
|
ResourceNode(Resource resource,
ResourceTypeNode parent,
URI file,
ElementResolver idMap)
Create a new instance of ResourceNode and attach it as a child of an existing resource type. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||