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