|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InReplyTo
Provides an interface for the Atom Threading Extension in-reply-to element. The in-reply-to element allows an entry to be marked as a response to another resource.
Method Summary | |
---|---|
java.net.URI |
getHref()
Returns a dereferenceable URI indicating where a representation of the resource being responded to may be retrieved |
javax.activation.MimeType |
getMimeType()
Returns the media type of the resource referenced by the href attribute |
java.net.URI |
getRef()
Returns the persistent and universally unique identifier of the resource the entry is a response to. |
java.net.URI |
getResolvedHref()
Returns the resolved value of the href attribute |
java.net.URI |
getResolvedSource()
Returns a dereferenceable URI of an Atom Feed or Entry Document resolved against the in-scope Base URI |
java.net.URI |
getSource()
Returns a dereferenceable URI of an Atom Feed or Entry Document |
void |
setHref(java.lang.String ref)
Sets a dereferenceable URI indicating where a representation of the resource being responded to may be retrieved |
void |
setHref(java.net.URI ref)
Sets a dereferenceable URI indicating where a representation of the resource being responded to may be retrieved |
void |
setMimeType(javax.activation.MimeType mimeType)
Sets the media type of the resource referenced by the href attribute |
void |
setMimeType(java.lang.String mimeType)
Sets the media type of the resource referenced by the href attribute |
void |
setRef(java.lang.String ref)
Sets the persistent and universally unique identifier of the resource that this entry is a response to |
void |
setRef(java.net.URI ref)
Sets the persistent and universally unique identifier of the resource that this entry is a response to |
void |
setSource(java.lang.String source)
Sets a dereferenceable URI of an Atom Feed or Entry Document |
void |
setSource(java.net.URI source)
Sets a dereferenceable URI of an Atom Feed or Entry Document |
Methods inherited from interface org.apache.abdera.model.Element |
---|
discard, getAttributes, getAttributeValue, getAttributeValue, getBaseUri, getDocument, getExtensionAttributes, getFirstChild, getFirstChild, getLanguage, getNextSibling, getNextSibling, getParentElement, getPreviousSibling, getPreviousSibling, getQName, getResolvedBaseUri, getText, removeAttribute, setAttributeValue, setAttributeValue, setBaseUri, setBaseUri, setLanguage, setParentElement, setText |
Methods inherited from interface org.apache.abdera.model.Base |
---|
clone, getFactory, writeTo, writeTo |
Method Detail |
---|
java.net.URI getRef() throws java.net.URISyntaxException
java.net.URISyntaxException
void setRef(java.net.URI ref)
void setRef(java.lang.String ref) throws java.net.URISyntaxException
java.net.URISyntaxException
java.net.URI getResolvedHref() throws java.net.URISyntaxException
java.net.URISyntaxException
java.net.URI getHref() throws java.net.URISyntaxException
java.net.URISyntaxException
void setHref(java.net.URI ref)
void setHref(java.lang.String ref) throws java.net.URISyntaxException
java.net.URISyntaxException
javax.activation.MimeType getMimeType() throws javax.activation.MimeTypeParseException
javax.activation.MimeTypeParseException
void setMimeType(javax.activation.MimeType mimeType)
void setMimeType(java.lang.String mimeType) throws javax.activation.MimeTypeParseException
javax.activation.MimeTypeParseException
java.net.URI getResolvedSource() throws java.net.URISyntaxException
java.net.URISyntaxException
java.net.URI getSource() throws java.net.URISyntaxException
java.net.URISyntaxException
void setSource(java.net.URI source)
void setSource(java.lang.String source) throws java.net.URISyntaxException
java.net.URISyntaxException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |