Uses of Class
org.restlet.gwt.resource.Representation

Packages that use Representation
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. 
org.restlet.gwt.util Utility classes and interfaces used in the rest of the API. 
 

Uses of Representation in org.restlet.gwt
 

Methods in org.restlet.gwt with parameters of type Representation
 void Uniform.post(Reference resourceRef, Representation entity, Callback callback)
          Posts a representation to the identified resource.
 void Uniform.post(java.lang.String resourceUri, 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.
 void Uniform.put(java.lang.String resourceUri, Representation entity, Callback callback)
          Puts a representation in the identified resource.
 

Uses of Representation in org.restlet.gwt.data
 

Methods in org.restlet.gwt.data that return Representation
 Representation Message.getEntity()
          Returns the entity representation.
 Representation ReferenceList.getTextRepresentation()
          Returns a representation of the list in the "text/uri-list" format.
 Representation ReferenceList.getWebRepresentation()
          Returns a representation of the list in "text/html" format.
 Representation Form.getWebRepresentation()
          Returns the form as a Web representation (MediaType.APPLICATION_WWW_FORM).
 Representation Form.getWebRepresentation(CharacterSet characterSet)
          Returns the form as a Web representation (MediaType.APPLICATION_WWW_FORM).
 

Methods in org.restlet.gwt.data with parameters of type Representation
 Status Conditions.getStatus(Method method, Representation representation)
          Returns the conditional status of a variant using a given method.
 void Message.setEntity(Representation entity)
          Sets the entity representation.
 

Constructors in org.restlet.gwt.data with parameters of type Representation
Form(Representation representation)
          Constructor.
Message(Representation entity)
          Constructor.
ReferenceList(Representation uriList)
          Constructor from a "text/uri-list" representation.
Request(Method method, Reference resourceRef, Representation entity)
          Constructor.
Request(Method method, java.lang.String resourceUri, Representation entity)
          Constructor.
 

Uses of Representation in org.restlet.gwt.resource
 

Subclasses of Representation in org.restlet.gwt.resource
 class JsonRepresentation
          JSON representation based on an JSON value.
 class StringRepresentation
          Represents an Unicode string that can be converted to any character set supported by Java.
 class XmlRepresentation
          XML representation based on an XML DOM document.
 

Methods in org.restlet.gwt.resource that return Representation
static Representation Representation.createEmpty()
          Returns a new empty representation with no content.
 

Constructors in org.restlet.gwt.resource with parameters of type Representation
JsonRepresentation(Representation jsonRepresentation)
          Constructor.
XmlRepresentation(Representation xmlRepresentation)
          Constructor.
 

Uses of Representation in org.restlet.gwt.util
 

Methods in org.restlet.gwt.util with parameters of type Representation
abstract  void Engine.parse(Form form, Representation representation)
          Parses a representation into a form.
 



Copyright © 2005-2008 Noelios Technologies.