|
Restlet Framework 2.2.3 Google Web Toolkit |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ResourceException | |
---|---|
org.restlet.client.resource | Client and server resource classes. |
Uses of ResourceException in org.restlet.client.resource |
---|
Methods in org.restlet.client.resource that throw ResourceException | |
---|---|
Representation |
ClientResource.delete()
Deletes the target resource and all its representations. |
Representation |
ClientResource.delete(MediaType mediaType)
Deletes the target resource and all its representations. |
protected void |
Resource.doInit()
Set-up method that can be overridden in order to initialize the state of the resource. |
protected void |
Resource.doRelease()
Clean-up method that can be overridden in order to release the state of the resource. |
protected void |
ClientResource.doRelease()
Releases the resource by stopping any connector automatically created and associated to the "next" property (see ClientResource.getNext() method. |
Representation |
ClientResource.get()
Represents the resource using content negotiation to select the best variant based on the client preferences. |
Representation |
ClientResource.get(MediaType mediaType)
Represents the resource using a given media type. |
ClientResource |
ClientResource.getChild(Reference relativeRef)
Returns the child resource defined by its URI relatively to the current resource. |
ClientResource |
ClientResource.getChild(String relativeUri)
Returns the child resource defined by its URI relatively to the current resource. |
ClientResource |
ClientResource.getParent()
Returns the parent resource. |
Representation |
ClientResource.head()
Represents the resource using content negotiation to select the best variant based on the client preferences. |
Representation |
ClientResource.head(MediaType mediaType)
Represents the resource using a given media type. |
Representation |
ClientResource.options()
Describes the resource using content negotiation to select the best variant based on the client preferences. |
Representation |
ClientResource.options(MediaType mediaType)
Describes the resource using a given media type. |
Representation |
ClientResource.patch(Object entity)
Patches a resource with the given object as delta state. |
Representation |
ClientResource.patch(Object entity,
MediaType mediaType)
Patches a resource with the given object as delta state. |
Representation |
ClientResource.patch(Representation entity)
Patches a resource with the given representation as delta state. |
Representation |
ClientResource.post(Object entity)
Posts an object entity. |
Representation |
ClientResource.post(Object entity,
MediaType mediaType)
Posts an object entity. |
Representation |
ClientResource.post(Representation entity)
Posts a representation. |
Representation |
ClientResource.put(Object entity)
Puts an object entity. |
Representation |
ClientResource.put(Object entity,
MediaType mediaType)
Puts an object entity. |
Representation |
ClientResource.put(Representation entity)
Creates or updates a resource with the given representation as new state to be stored. |
|
Restlet Framework 2.2.3 Google Web Toolkit |
|||||||||
PREV NEXT | FRAMES NO FRAMES |