Liferay 7.0-ga1 portal-impl

com.liferay.portlet.blogs
Class BlogsEntryImageSelectorHelper

java.lang.Object
  extended by com.liferay.portlet.blogs.BlogsEntryImageSelectorHelper

public class BlogsEntryImageSelectorHelper
extends Object


Constructor Summary
BlogsEntryImageSelectorHelper(long imageFileEntryId, long oldImageFileEntryId, String imageCropRegion, String imageURL, String oldImageURL)
           
 
Method Summary
 com.liferay.portal.kernel.servlet.taglib.ui.ImageSelector getImageSelector()
           
 boolean isFileEntryTempFile()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlogsEntryImageSelectorHelper

public BlogsEntryImageSelectorHelper(long imageFileEntryId,
                                     long oldImageFileEntryId,
                                     String imageCropRegion,
                                     String imageURL,
                                     String oldImageURL)
Method Detail

getImageSelector

public com.liferay.portal.kernel.servlet.taglib.ui.ImageSelector getImageSelector()
                                                                           throws Exception
Throws:
Exception

isFileEntryTempFile

public boolean isFileEntryTempFile()

Liferay 7.0-ga1 portal-impl