|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.restlet.ext.wadl.DocumentedInfo
org.restlet.ext.wadl.LinkInfo
public class LinkInfo
Allows description of links between representations and resources.
Constructor Summary | |
---|---|
LinkInfo()
Constructor. |
|
LinkInfo(DocumentationInfo documentation)
Constructor with a single documentation element. |
|
LinkInfo(java.util.List<DocumentationInfo> documentations)
Constructor with a list of documentation elements. |
|
LinkInfo(java.lang.String documentation)
Constructor with a single documentation element. |
Method Summary | |
---|---|
java.lang.String |
getRelationship()
Returns the relationship attribute value. |
Reference |
getResourceType()
Returns the reference to the resource type of the linked resource. |
java.lang.String |
getReverseRelationship()
Returns the reverse relationship attribute value. |
void |
setRelationship(java.lang.String relationship)
Sets the relationship attribute value. |
void |
setResourceType(Reference resourceType)
Sets the reference to the resource type of the linked resource. |
void |
setReverseRelationship(java.lang.String reverseRelationship)
Sets the reverse relationship attribute value. |
void |
updateNamespaces(java.util.Map<java.lang.String,java.lang.String> namespaces)
Completes the given map of namespaces with the namespaces used in the documentation elements. |
void |
writeElement(XmlWriter writer)
Writes the current object as an XML element using the given SAX writer. |
Methods inherited from class org.restlet.ext.wadl.DocumentedInfo |
---|
getDocumentations, resolveNamespaces, setDocumentation, setDocumentation, setDocumentations |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LinkInfo()
public LinkInfo(DocumentationInfo documentation)
documentation
- A single documentation element.public LinkInfo(java.util.List<DocumentationInfo> documentations)
documentations
- The list of documentation elements.public LinkInfo(java.lang.String documentation)
documentation
- A single documentation element.Method Detail |
---|
public java.lang.String getRelationship()
public Reference getResourceType()
public java.lang.String getReverseRelationship()
public void setRelationship(java.lang.String relationship)
relationship
- The relationship attribute value.public void setResourceType(Reference resourceType)
resourceType
- The reference to the resource type of the linked resource.public void setReverseRelationship(java.lang.String reverseRelationship)
reverseRelationship
- The reverse relationship attribute value.public void updateNamespaces(java.util.Map<java.lang.String,java.lang.String> namespaces)
DocumentedInfo
updateNamespaces
in class DocumentedInfo
namespaces
- The given map of namespaces to complete.public void writeElement(XmlWriter writer) throws org.xml.sax.SAXException
writer
- The SAX writer.
org.xml.sax.SAXException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |