|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.restlet.representation.Variant
org.restlet.representation.RepresentationInfo
org.restlet.representation.Representation
org.restlet.representation.StreamRepresentation
org.restlet.representation.OutputRepresentation
net.fortytwo.sesametools.ldserver.RDFRepresentation
public class RDFRepresentation
An RDF document as an HTTP entity.
| Field Summary |
|---|
| Fields inherited from class org.restlet.representation.Representation |
|---|
UNKNOWN_SIZE |
| Constructor Summary | |
|---|---|
RDFRepresentation(Collection<org.openrdf.model.Statement> statements,
Collection<org.openrdf.model.Namespace> namespaces,
org.openrdf.rio.RDFFormat format)
|
|
| Method Summary | |
|---|---|
void |
write(OutputStream os)
|
| Methods inherited from class org.restlet.representation.OutputRepresentation |
|---|
getChannel, getStream |
| Methods inherited from class org.restlet.representation.StreamRepresentation |
|---|
getReader, write, write |
| Methods inherited from class org.restlet.representation.Representation |
|---|
append, exhaust, getAvailableSize, getDigest, getDisposition, getExpirationDate, getRange, getRegistration, getSize, getText, hasKnownSize, isAvailable, isEmpty, isSelectable, isTransient, release, setAvailable, setDigest, setDisposition, setExpirationDate, setListener, setRange, setSize, setTransient |
| Methods inherited from class org.restlet.representation.RepresentationInfo |
|---|
getModificationDate, getTag, setModificationDate, setTag |
| Methods inherited from class org.restlet.representation.Variant |
|---|
createClientInfo, equals, getCharacterSet, getEncodings, getLanguages, getLocationRef, getMediaType, includes, isCompatible, setCharacterSet, setEncodings, setLanguages, setLocationRef, setLocationRef, setMediaType, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RDFRepresentation(Collection<org.openrdf.model.Statement> statements,
Collection<org.openrdf.model.Namespace> namespaces,
org.openrdf.rio.RDFFormat format)
| Method Detail |
|---|
public void write(OutputStream os)
throws IOException
write in class org.restlet.representation.RepresentationIOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||