org.apache.wiki.dav.items
Class PageDavItem
java.lang.Object
org.apache.wiki.dav.items.DavItem
org.apache.wiki.dav.items.PageDavItem
- Direct Known Subclasses:
- AttachmentItem, HTMLPageDavItem
public class PageDavItem
- extends DavItem
- Since:
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
m_page
protected WikiPage m_page
m_dcns
protected org.jdom.Namespace m_dcns
m_davns
protected org.jdom.Namespace m_davns
PageDavItem
public PageDavItem(DavProvider provider,
DavPath path,
WikiPage page)
getPage
public WikiPage getPage()
getCommonProperties
protected Collection<org.jdom.Element> getCommonProperties()
getPropertySet
public Collection getPropertySet()
- Specified by:
getPropertySet
in class DavItem
getHref
public String getHref()
- Specified by:
getHref
in class DavItem
getContentType
public String getContentType()
- Specified by:
getContentType
in class DavItem
getInputStream
public InputStream getInputStream()
- Specified by:
getInputStream
in class DavItem
getLength
public long getLength()
- Specified by:
getLength
in class DavItem