|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Content
see §4.1.3 in rfc 4287 One way to think of this is as a class that represents what one can get from an HTTP connection. It has a body, and a number of headers, info such as mime-type, content-lenght, etc... .
| Method Summary | |
|---|---|
Object |
getAwolBody()
the body of the content. |
Locale |
getAwolLang()
see §4.2.7.4 of rfc 4287. |
Integer |
getAwolLength()
see §4.2.7.6 of rfc 4287. |
Set<InformationResource> |
getAwolSrcs()
a source of the representation |
String |
getAwolType()
see §4.2.7.3 of rfc 4287. |
void |
setAwolBody(Object value)
the body of the content. |
void |
setAwolLang(Locale value)
see §4.2.7.4 of rfc 4287. |
void |
setAwolLength(Integer value)
see §4.2.7.6 of rfc 4287. |
void |
setAwolSrcs(Set<? extends InformationResource> value)
a source of the representation |
void |
setAwolType(String value)
see §4.2.7.3 of rfc 4287. |
| Methods inherited from interface org.openrdf.concepts.webarch.Representation |
|---|
getWebRepresentationOf, setWebRepresentationOf |
| Methods inherited from interface org.openrdf.concepts.webarch.WebarchResource |
|---|
getWebRepresentation, getWebResolvesAs, getWebServer, getWebService, getWebSite, setWebRepresentation, setWebResolvesAs, setWebServer, setWebService, setWebSite |
| Methods inherited from interface org.openrdf.concepts.rdfs.Resource |
|---|
getRdfsComment, getRdfsIsDefinedBy, getRdfsLabel, getRdfsMembers, getRdfsSeeAlso, getRdfTypes, getRdfValues, setRdfsComment, setRdfsIsDefinedBy, setRdfsLabel, setRdfsMembers, setRdfsSeeAlso, setRdfTypes, setRdfValues |
| Methods inherited from interface org.openrdf.elmo.Entity |
|---|
getElmoManager, getQName |
| Method Detail |
|---|
Object getAwolBody()
void setAwolBody(Object value)
Locale getAwolLang()
void setAwolLang(Locale value)
Integer getAwolLength()
void setAwolLength(Integer value)
Set<InformationResource> getAwolSrcs()
void setAwolSrcs(Set<? extends InformationResource> value)
String getAwolType()
void setAwolType(String value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||