|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Variant | |
---|---|
org.restlet.client.representation | Common representation data elements. |
org.restlet.client.resource | Client and server resource classes. |
org.restlet.client.util | Various utility classes. |
org.restlet.rebind | Deferred binding logic for transparent serialization. |
Uses of Variant in org.restlet.client.representation |
---|
Subclasses of Variant in org.restlet.client.representation | |
---|---|
class |
CharacterRepresentation
Representation based on a BIO character stream. |
class |
EmptyRepresentation
Empty representation with no content. |
class |
InputRepresentation
Transient representation based on a BIO input stream. |
class |
ObjectRepresentation<T>
Representation based on a serializable Java object. |
class |
Representation
Current or intended state of a resource. |
class |
RepresentationInfo
Information about a representation. |
class |
StreamRepresentation
Representation based on a BIO stream. |
class |
StringRepresentation
Represents an Unicode string that can be converted to any character set supported by Java. |
Methods in org.restlet.client.representation with parameters of type Variant | |
---|---|
boolean |
Variant.includes(Variant other)
Indicates if the current variant includes the given variant. |
boolean |
Variant.isCompatible(Variant other)
Indicates if the current variant is compatible with the given variant. |
Constructors in org.restlet.client.representation with parameters of type Variant | |
---|---|
Representation(Variant variant,
Date modificationDate)
Constructor from a variant. |
|
Representation(Variant variant,
Date modificationDate,
Tag tag)
Constructor from a variant. |
|
Representation(Variant variant,
Tag tag)
Constructor from a variant. |
|
RepresentationInfo(Variant variant,
Date modificationDate)
Constructor from a variant. |
|
RepresentationInfo(Variant variant,
Date modificationDate,
Tag tag)
Constructor from a variant. |
|
RepresentationInfo(Variant variant,
Tag tag)
Constructor from a variant. |
Uses of Variant in org.restlet.client.resource |
---|
Methods in org.restlet.client.resource with parameters of type Variant | |
---|---|
Representation |
Resource.toRepresentation(Object source,
Variant target)
Converts an object into a representation based on client preferences. |
Uses of Variant in org.restlet.client.util |
---|
Subclasses of Variant in org.restlet.client.util | |
---|---|
class |
WrapperRepresentation
Representation wrapper. |
Uses of Variant in org.restlet.rebind |
---|
Methods in org.restlet.rebind that return types with arguments of type Variant | |
---|---|
List<Variant> |
AnnotationInfo.getRequestVariants(MetadataService metadataService)
Returns a list of request variants based on the annotation value. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |