com.liferay.portal.image
Class FileSystemHook
java.lang.Object
com.liferay.portal.image.BaseHook
com.liferay.portal.image.FileSystemHook
- All Implemented Interfaces:
- Hook
public class FileSystemHook
- extends BaseHook
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileSystemHook
public FileSystemHook()
deleteImage
public void deleteImage(Image image)
getImageAsBytes
public byte[] getImageAsBytes(Image image)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getImageAsStream
public InputStream getImageAsStream(Image image)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
updateImage
public void updateImage(Image image,
String type,
byte[] bytes)
throws SystemException
- Throws:
SystemException
buildPath
protected String buildPath(String fileNameFragment)
getFile
protected File getFile(long imageId,
String type)