com.ecyrd.jspwiki.dav.items
Class PageDavItem
java.lang.Object
com.ecyrd.jspwiki.dav.items.DavItem
com.ecyrd.jspwiki.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 Namespace m_dcns
m_davns
protected Namespace m_davns
PageDavItem
public PageDavItem(DavProvider provider,
DavPath path,
WikiPage page)
getPage
public WikiPage getPage()
getCommonProperties
protected Collection<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