Package | Description |
---|---|
org.restlet.ext.wadl |
Modifier and Type | Method and Description |
---|---|
protected RepresentationInfo |
WadlServerResource.describe(MethodInfo methodInfo,
Class<?> representationClass,
Variant variant)
Describes a representation class and variant couple as WADL information.
|
protected RepresentationInfo |
WadlServerResource.describe(MethodInfo methodInfo,
RequestInfo requestInfo,
Class<?> representationClass,
Variant variant)
Describes a representation class and variant couple as WADL information
for the given method and request.
|
protected RepresentationInfo |
WadlServerResource.describe(MethodInfo methodInfo,
ResponseInfo responseInfo,
Class<?> representationClass,
Variant variant)
Describes a representation class and variant couple as WADL information
for the given method and response.
|
Modifier and Type | Method and Description |
---|---|
List<RepresentationInfo> |
RequestInfo.getRepresentations()
Returns the list of supported input representations.
|
List<RepresentationInfo> |
ResponseInfo.getRepresentations()
Returns the list of representations
|
List<RepresentationInfo> |
ApplicationInfo.getRepresentations()
Returns the list of representation elements.
|
Modifier and Type | Method and Description |
---|---|
void |
RequestInfo.setRepresentations(List<RepresentationInfo> representations)
Sets the list of supported input representations.
|
void |
ResponseInfo.setRepresentations(List<RepresentationInfo> representations)
Sets the list of representations
|
void |
ApplicationInfo.setRepresentations(List<RepresentationInfo> representations)
Sets the list of representation elements.
|
Copyright © 2005–2014. All rights reserved.