Modifier and Type | Method and Description |
---|---|
Status |
Conditions.getRangeStatus(RepresentationInfo representationInfo)
Returns the range conditional status of an entity.
|
Status |
Conditions.getStatus(Method method,
RepresentationInfo representationInfo)
Returns the conditional status of a variant using a given method.
|
Modifier and Type | Class and Description |
---|---|
class |
DecodeRepresentation
Representation that decodes a wrapped representation if its encoding is
supported.
|
class |
EncodeRepresentation
Content that encodes a wrapped content.
|
class |
RangeRepresentation
Representation that exposes only a range of the content of a wrapped
representation.
|
Modifier and Type | Class and Description |
---|---|
class |
BufferingRepresentation
Representation capable of buffering the wrapped representation.
|
Modifier and Type | Class and Description |
---|---|
class |
ZipEntryRepresentation
An entry in a Zip/JAR file.
|
Modifier and Type | Class and Description |
---|---|
class |
Categories
Collection of
Category entries. |
class |
Entry
Represents an individual entry, acting as a component for metadata and data
associated with the entry.
|
class |
Feed
Atom Feed Document, acting as a component for metadata and data associated
with the feed.
|
class |
Service
Represents an Atom introspection document.
|
Modifier and Type | Class and Description |
---|---|
class |
FormDataSet
HTML form supporting either URL encoding or multipart encoding.
|
Modifier and Type | Class and Description |
---|---|
class |
JacksonRepresentation<T>
Representation based on the Jackson library.
|
Modifier and Type | Class and Description |
---|---|
class |
MessageRepresentation
XML representation of a JavaMail message.
|
class |
MessagesRepresentation
XML representation of a list of JavaMail messages.
|
Modifier and Type | Class and Description |
---|---|
class |
JaxbRepresentation<T>
An XML representation based on JAXB that provides easy translation between
XML and JAXB element class trees.
|
Modifier and Type | Class and Description |
---|---|
class |
RowSetRepresentation
XML Representation of a ResultSet instance wrapped either in a JdbcResult
instance or in a WebRowSet.
|
Modifier and Type | Class and Description |
---|---|
class |
JibxRepresentation<T>
An XML representation based on JiBX that provides easy translation between
XML representations and Java objects with JiBX bindings.
|
Modifier and Type | Class and Description |
---|---|
class |
Metadata
Represents the metadata of an OData service.
|
Modifier and Type | Class and Description |
---|---|
class |
RdfRepresentation
Generic RDF representation.
|
Modifier and Type | Class and Description |
---|---|
class |
SyndFeedRepresentation
A syndicated feed representation (such as RSS or Atom) based on the ROME
library.
|
Modifier and Type | Class and Description |
---|---|
class |
TemplateRepresentation
Velocity template representation.
|
Modifier and Type | Class and Description |
---|---|
class |
WadlRepresentation
Root of a WADL description document.
|
Modifier and Type | Class and Description |
---|---|
class |
DomRepresentation
XML representation based on a DOM document.
|
class |
SaxRepresentation
XML representation for SAX events processing.
|
class |
TransformRepresentation
Representation able to apply an XSLT transformation.
|
class |
XmlRepresentation
Representation based on an XML document.
|
Modifier and Type | Class and Description |
---|---|
class |
XstreamRepresentation<T>
Representation based on the XStream library.
|
Modifier and Type | Class and Description |
---|---|
class |
AppendableRepresentation
Represents an appendable sequence of characters.
|
class |
ByteArrayRepresentation
Representation wrapping a byte array.
|
class |
ChannelRepresentation
Representation based on a NIO byte channel.
|
class |
CharacterRepresentation
Representation based on a BIO character stream.
|
class |
DigesterRepresentation
Representation capable of computing a digest.
|
class |
EmptyRepresentation
Empty representation with no content.
|
class |
FileRepresentation
Representation based on a static file.
|
class |
InputRepresentation
Transient representation based on a BIO input stream.
|
class |
ObjectRepresentation<T extends Serializable>
Representation based on a serializable Java object.
It supports binary representations of JavaBeans using the ObjectInputStream and ObjectOutputStream classes. |
class |
OutputRepresentation
Representation based on a BIO output stream.
|
class |
ReadableRepresentation
Transient representation based on a readable NIO byte channel.
|
class |
ReaderRepresentation
Transient representation based on a BIO characters reader.
|
class |
Representation
Current or intended state of a resource.
|
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.
|
class |
WritableRepresentation
Representation based on a writable NIO byte channel.
|
class |
WriterRepresentation
Representation based on a BIO characters writer.
|
Modifier and Type | Method and Description |
---|---|
protected RepresentationInfo |
ServerResource.getInfo()
Returns information about the resource's representation.
|
protected RepresentationInfo |
ServerResource.getInfo(Variant variant)
Returns information about the resource's representation.
|
Modifier and Type | Class and Description |
---|---|
class |
WrapperRepresentation
Representation wrapper.
|
Copyright © 2005–2014. All rights reserved.