com.liferay.portlet.imagegallery.webdav
Class IGImageResourceImpl

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

public class IGImageResourceImpl
extends BaseResourceImpl

View Source

Author:
Alexander Chow

Constructor Summary
IGImageResourceImpl(com.liferay.portlet.imagegallery.model.IGImage image, java.lang.String parentPath, java.lang.String name)
           
 
Method Summary
 java.io.InputStream getContentAsStream()
           
 java.lang.String getContentType()
           
 boolean isCollection()
           
 
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

IGImageResourceImpl

public IGImageResourceImpl(com.liferay.portlet.imagegallery.model.IGImage image,
                           java.lang.String parentPath,
                           java.lang.String name)
Method Detail

isCollection

public boolean isCollection()
Specified by:
isCollection in interface Resource
Overrides:
isCollection in class BaseResourceImpl

getContentType

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

getContentAsStream

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