|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.twenty11.skysail.server.restlet.DocumentedInfo
de.twenty11.skysail.server.restlet.ResourcesInfo
public class ResourcesInfo
| Constructor Summary | |
|---|---|
ResourcesInfo()
Constructor. |
|
ResourcesInfo(DocumentationInfo documentation)
Constructor with a single documentation element. |
|
ResourcesInfo(List<DocumentationInfo> documentations)
Constructor with a list of documentation elements. |
|
ResourcesInfo(String documentation)
Constructor with a single documentation element. |
|
| Method Summary | |
|---|---|
org.restlet.data.Reference |
getBaseRef()
Returns the base URI for each child resource identifier. |
List<ResourceInfo> |
getResources()
Returns the list of child resources. |
void |
setBaseRef(org.restlet.data.Reference baseRef)
Sets the base URI for each child resource identifier. |
void |
setResources(List<ResourceInfo> resources)
Sets the list of child resources. |
String |
toString()
|
void |
updateNamespaces(Map<String,String> namespaces)
Completes the given map of namespaces with the namespaces used in the documentation elements. |
| Methods inherited from class de.twenty11.skysail.server.restlet.DocumentedInfo |
|---|
getDocumentations, resolveNamespaces, setDocumentation, setDocumentation, setDocumentations |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ResourcesInfo()
public ResourcesInfo(DocumentationInfo documentation)
documentation - A single documentation element.public ResourcesInfo(List<DocumentationInfo> documentations)
documentations - The list of documentation elements.public ResourcesInfo(String documentation)
documentation - A single documentation element.| Method Detail |
|---|
public String toString()
toString in class Objectpublic org.restlet.data.Reference getBaseRef()
public List<ResourceInfo> getResources()
public void setBaseRef(org.restlet.data.Reference baseRef)
baseRef - The base URI for each child resource identifier.public void setResources(List<ResourceInfo> resources)
resources - The list of child resources.public void updateNamespaces(Map<String,String> namespaces)
DocumentedInfo
updateNamespaces in class DocumentedInfonamespaces - The given map of namespaces to complete.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||