|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.restlet.ext.atom.Workspace
public class Workspace
Workspace containing collections of members entries.
Constructor Summary | |
---|---|
Workspace(Service service)
Constructor. |
|
Workspace(Service service,
java.lang.String title)
Constructor. |
Method Summary | |
---|---|
java.util.List<Collection> |
getCollections()
Returns the list of collections. |
Service |
getService()
Returns the parent service. |
java.lang.String |
getTitle()
Returns the title. |
void |
setService(Service service)
Sets the parent service. |
void |
setTitle(java.lang.String title)
Sets the title. |
void |
writeElement(XmlWriter writer)
Writes the current object as an XML element using the given SAX writer. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Workspace(Service service)
service
- The parent service.public Workspace(Service service, java.lang.String title)
service
- The parent service.title
- The title.Method Detail |
---|
public java.util.List<Collection> getCollections()
public Service getService()
public java.lang.String getTitle()
public void setService(Service service)
service
- The parent service.public void setTitle(java.lang.String title)
title
- The title.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 |