|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ResourceException | |
|---|---|
| org.restlet.resource | Common resource and representation data elements. |
| Uses of ResourceException in org.restlet.resource |
|---|
| Methods in org.restlet.resource that throw ResourceException | |
|---|---|
void |
Resource.acceptRepresentation(Representation entity)
Accepts and processes a representation posted to the resource. |
void |
Resource.removeRepresentations()
Removes all the representations of the resource and effectively the resource itself. |
Representation |
Resource.represent()
Returns the preferred representation according to the client preferences specified in the request. |
Representation |
Resource.represent(Variant variant)
Returns a full representation for a given variant previously returned via the getVariants() method. |
void |
Resource.storeRepresentation(Representation entity)
Stores a representation put to the resource and replaces all existing representations of the resource. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||