com.liferay.portlet.documentlibrary.webdav
Class DLFileEntryResourceImpl

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

public class DLFileEntryResourceImpl
extends com.liferay.portal.webdav.BaseResourceImpl

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
DLFileEntryResourceImpl(com.liferay.portal.webdav.WebDAVRequest webDavRequest, com.liferay.portlet.documentlibrary.model.DLFileEntry fileEntry, java.lang.String parentPath, java.lang.String name)
           
 
Method Summary
 java.io.InputStream getContentAsStream()
           
 java.lang.String getContentType()
           
 boolean isCollection()
           
 boolean isLocked()
           
 
Methods inherited from class com.liferay.portal.webdav.BaseResourceImpl
getClassName, getCreateDate, getDisplayName, getHREF, getModel, getModifiedDate, getPrimaryKey, getSize, setClassName, setModel, setPrimaryKey
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DLFileEntryResourceImpl

public DLFileEntryResourceImpl(com.liferay.portal.webdav.WebDAVRequest webDavRequest,
                               com.liferay.portlet.documentlibrary.model.DLFileEntry fileEntry,
                               java.lang.String parentPath,
                               java.lang.String name)
Method Detail

isCollection

public boolean isCollection()
Specified by:
isCollection in interface com.liferay.portal.webdav.Resource
Overrides:
isCollection in class com.liferay.portal.webdav.BaseResourceImpl

isLocked

public boolean isLocked()
Specified by:
isLocked in interface com.liferay.portal.webdav.Resource
Overrides:
isLocked in class com.liferay.portal.webdav.BaseResourceImpl

getContentType

public java.lang.String getContentType()
Specified by:
getContentType in interface com.liferay.portal.webdav.Resource
Overrides:
getContentType in class com.liferay.portal.webdav.BaseResourceImpl

getContentAsStream

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