|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Reference | |
---|---|
org.restlet.gwt | Port of the core classes of the Restlet API on GWT. |
org.restlet.gwt.data | Element of information handled by a component via a connector. |
org.restlet.gwt.resource | Common resource and representation data elements. |
Uses of Reference in org.restlet.gwt |
---|
Methods in org.restlet.gwt with parameters of type Reference | |
---|---|
void |
Uniform.delete(Reference resourceRef,
Callback callback)
Deletes the identified resource. |
void |
Uniform.get(Reference resourceRef,
Callback callback)
Gets the identified resource. |
void |
Uniform.head(Reference resourceRef,
Callback callback)
Gets the identified resource without its representation's content. |
void |
Uniform.options(Reference resourceRef,
Callback callback)
Gets the options for the identified resource. |
void |
Uniform.post(Reference resourceRef,
Representation entity,
Callback callback)
Posts a representation to the identified resource. |
void |
Uniform.put(Reference resourceRef,
Representation entity,
Callback callback)
Puts a representation in the identified resource. |
Uses of Reference in org.restlet.gwt.data |
---|
Methods in org.restlet.gwt.data that return Reference | |
---|---|
Reference |
Reference.addQueryParameter(java.lang.String name,
java.lang.String value)
Adds a parameter to the query component. |
Reference |
Reference.addSegment(java.lang.String value)
Adds a segment at the end of the path. |
Reference |
Reference.clone()
|
Reference |
Reference.getBaseRef()
Returns the base reference for relative references. |
Reference |
Request.getHostRef()
Returns the host reference. |
Reference |
ReferenceList.getIdentifier()
Returns the list identifier. |
Reference |
Response.getLocationRef()
Returns the reference that the client should follow for redirections or resource creations. |
Reference |
Request.getOriginalRef()
Returns the original reference as requested by the client. |
Reference |
Reference.getParentRef()
Returns the parent reference of a hierarchical reference. |
Reference |
Request.getReferrerRef()
Returns the referrer reference if available. |
Reference |
Reference.getRelativeRef()
Returns the current reference as a relative reference to the current base reference. |
Reference |
Reference.getRelativeRef(Reference base)
Returns the current reference relatively to a base reference. |
Reference |
Request.getResourceRef()
Returns the reference of the target resource. |
Reference |
Request.getRootRef()
Returns the application root reference. |
Reference |
Reference.getTargetRef()
Returns the target reference. |
Reference |
Reference.normalize()
Normalizes the reference. |
Methods in org.restlet.gwt.data with parameters of type Reference | |
---|---|
Reference |
Reference.getRelativeRef(Reference base)
Returns the current reference relatively to a base reference. |
boolean |
Reference.isEquivalentTo(Reference ref)
Returns true if both reference are equivalent, meaning that they resolve to the same target reference. |
boolean |
Reference.isParent(Reference childRef)
Indicates if the reference is a parent of the hierarchical child reference. |
void |
Response.redirectPermanent(Reference targetRef)
Permanently redirects the client to a target URI. |
void |
Response.redirectSeeOther(Reference targetRef)
Redirects the client to a different URI that SHOULD be retrieved using a GET method on that resource. |
void |
Response.redirectTemporary(Reference targetRef)
Temporarily redirects the client to a target URI. |
void |
Reference.setBaseRef(Reference baseRef)
Sets the base reference for relative references. |
void |
Request.setHostRef(Reference hostRef)
Sets the host reference. |
void |
ReferenceList.setIdentifier(Reference identifier)
Sets the list reference. |
void |
Response.setLocationRef(Reference locationRef)
Sets the reference that the client should follow for redirections or resource creations. |
void |
Request.setOriginalRef(Reference originalRef)
Sets the original reference requested by the client. |
void |
Request.setReferrerRef(Reference referrerRef)
Sets the referrer reference if available. |
void |
Request.setResourceRef(Reference resourceRef)
Sets the target resource reference. |
void |
Request.setRootRef(Reference rootRef)
Sets the application root reference. |
Constructors in org.restlet.gwt.data with parameters of type Reference | |
---|---|
Reference(Reference ref)
Clone constructor. |
|
Reference(Reference baseRef,
Reference uriReference)
Constructor from an URI reference (most likely relative). |
|
Reference(Reference baseRef,
java.lang.String uriRef)
Constructor from an URI reference (most likely relative). |
|
Reference(Reference baseRef,
java.lang.String relativePart,
java.lang.String query,
java.lang.String fragment)
Constructor of relative reference from its parts. |
|
Request(Method method,
Reference resourceRef)
Constructor. |
|
Request(Method method,
Reference resourceRef,
Representation entity)
Constructor. |
Constructor parameters in org.restlet.gwt.data with type arguments of type Reference | |
---|---|
ReferenceList(java.util.List<Reference> delegate)
Constructor. |
Uses of Reference in org.restlet.gwt.resource |
---|
Methods in org.restlet.gwt.resource that return Reference | |
---|---|
Reference |
Variant.getIdentifier()
Returns an optional identifier. |
Methods in org.restlet.gwt.resource with parameters of type Reference | |
---|---|
void |
Variant.setIdentifier(Reference identifier)
Sets the optional identifier. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |