|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RepresentationInfo | |
---|---|
org.restlet.ext.wadl | Support the WADL specification. |
Uses of RepresentationInfo in org.restlet.ext.wadl |
---|
Subclasses of RepresentationInfo in org.restlet.ext.wadl | |
---|---|
class |
FaultInfo
Describes an error condition for response descriptions. |
Methods in org.restlet.ext.wadl that return RepresentationInfo | |
---|---|
RepresentationInfo |
MethodInfo.addRequestRepresentation(Variant variant)
Adds a new request representation based on a given variant. |
RepresentationInfo |
MethodInfo.addResponseRepresentation(Variant variant)
Adds a new response representation based on a given variant. |
Methods in org.restlet.ext.wadl that return types with arguments of type RepresentationInfo | |
---|---|
java.util.List<RepresentationInfo> |
RequestInfo.getRepresentations()
Returns the list of supported input representations. |
java.util.List<RepresentationInfo> |
ResponseInfo.getRepresentations()
Returns the list of representations |
java.util.List<RepresentationInfo> |
ApplicationInfo.getRepresentations()
Returns the list of representation elements. |
Method parameters in org.restlet.ext.wadl with type arguments of type RepresentationInfo | |
---|---|
void |
RequestInfo.setRepresentations(java.util.List<RepresentationInfo> representations)
Sets the list of supported input representations. |
void |
ResponseInfo.setRepresentations(java.util.List<RepresentationInfo> representations)
Sets the list of representations |
void |
ApplicationInfo.setRepresentations(java.util.List<RepresentationInfo> representations)
Sets the list of representation elements. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |