com.ecyrd.jspwiki.dav.items
Class HTMLPageDavItem
java.lang.Object
com.ecyrd.jspwiki.dav.items.DavItem
com.ecyrd.jspwiki.dav.items.PageDavItem
com.ecyrd.jspwiki.dav.items.HTMLPageDavItem
public class HTMLPageDavItem
- extends PageDavItem
Represents a DAV HTML page item.
- Since:
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HTMLPageDavItem
public HTMLPageDavItem(DavProvider provider,
DavPath path,
WikiPage page)
- Parameters:
provider - the DAV providerpath - the DAV pathpage - the wiki page
getHref
public String getHref()
- Overrides:
getHref in class PageDavItem
- See Also:
DavItem.getHref()
getContentType
public String getContentType()
- Returns the content type for the item. Always returns
text/html; charset=UTF-8.
- Overrides:
getContentType in class PageDavItem
- See Also:
DavItem.getContentType()
getInputStream
public InputStream getInputStream()
- Overrides:
getInputStream in class PageDavItem
getLength
public long getLength()
- Overrides:
getLength in class PageDavItem
getPropertySet
public Collection getPropertySet()
- Overrides:
getPropertySet in class PageDavItem