com.liferay.portlet.documentlibrary.webdav
Class DLFileEntryResourceImpl

java.lang.Object
  extended bycom.liferay.portal.webdav.BaseResourceImpl
      extended bycom.liferay.portlet.documentlibrary.webdav.DLFileEntryResourceImpl
All Implemented Interfaces:
Resource

public class DLFileEntryResourceImpl
extends BaseResourceImpl

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
DLFileEntryResourceImpl(WebDAVRequest webDavReq, com.liferay.portlet.documentlibrary.model.DLFileEntry fileEntry, java.lang.String href)
           
 
Method Summary
 java.io.InputStream getContentAsStream()
           
 
Methods inherited from class com.liferay.portal.webdav.BaseResourceImpl
getCreateDate, getDisplayName, getHREF, getModel, getModifiedDate, getSize, isFolder, setModel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DLFileEntryResourceImpl

public DLFileEntryResourceImpl(WebDAVRequest webDavReq,
                               com.liferay.portlet.documentlibrary.model.DLFileEntry fileEntry,
                               java.lang.String href)
Method Detail

getContentAsStream

public java.io.InputStream getContentAsStream()
                                       throws WebDAVException
Specified by:
getContentAsStream in interface Resource
Overrides:
getContentAsStream in class BaseResourceImpl
Throws:
WebDAVException