|
Liferay 6.0-ee | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Image in com.liferay.portal.convert |
---|
Methods in com.liferay.portal.convert with parameters of type Image | |
---|---|
protected void |
ConvertImageGallery.migrateImage(Image image)
|
Uses of Image in com.liferay.portal.image |
---|
Methods in com.liferay.portal.image with parameters of type Image | |
---|---|
void |
FileSystemHook.deleteImage(Image image)
|
void |
DLHook.deleteImage(Image image)
|
void |
DatabaseHook.deleteImage(Image image)
|
byte[] |
FileSystemHook.getImageAsBytes(Image image)
|
byte[] |
DLHook.getImageAsBytes(Image image)
|
byte[] |
DatabaseHook.getImageAsBytes(Image image)
|
InputStream |
FileSystemHook.getImageAsStream(Image image)
|
InputStream |
DLHook.getImageAsStream(Image image)
|
InputStream |
DatabaseHook.getImageAsStream(Image image)
|
void |
FileSystemHook.updateImage(Image image,
String type,
byte[] bytes)
|
void |
DLHook.updateImage(Image image,
String type,
byte[] bytes)
|
void |
DatabaseHook.updateImage(Image image,
String type,
byte[] bytes)
|
Uses of Image in com.liferay.portal.kernel.image |
---|
Methods in com.liferay.portal.kernel.image with parameters of type Image | |
---|---|
void |
Hook.deleteImage(Image imageId)
|
byte[] |
Hook.getImageAsBytes(Image image)
|
InputStream |
Hook.getImageAsStream(Image image)
|
void |
Hook.updateImage(Image image,
String type,
byte[] bytes)
|
Uses of Image in com.liferay.portal.lar |
---|
Methods in com.liferay.portal.lar with parameters of type Image | |
---|---|
protected String |
LayoutExporter.getLayoutIconPath(PortletDataContext context,
Layout layout,
Image image)
|
Uses of Image in com.liferay.portal.model |
---|
Classes in com.liferay.portal.model that implement Image | |
---|---|
class |
ImageWrapper
This class is a wrapper for Image . |
Methods in com.liferay.portal.model that return Image | |
---|---|
Image |
ImageWrapper.getWrappedImage()
|
Image |
ImageWrapper.toEscapedModel()
|
Image |
ImageModel.toEscapedModel()
|
Methods in com.liferay.portal.model with parameters of type Image | |
---|---|
int |
ImageWrapper.compareTo(Image image)
|
int |
ImageModel.compareTo(Image image)
|
static ImageSoap |
ImageSoap.toSoapModel(Image model)
|
static ImageSoap[] |
ImageSoap.toSoapModels(Image[] models)
|
static ImageSoap[][] |
ImageSoap.toSoapModels(Image[][] models)
|
Method parameters in com.liferay.portal.model with type arguments of type Image | |
---|---|
static ImageSoap[] |
ImageSoap.toSoapModels(List<Image> models)
|
Constructors in com.liferay.portal.model with parameters of type Image | |
---|---|
ImageWrapper(Image image)
|
Uses of Image in com.liferay.portal.model.impl |
---|
Classes in com.liferay.portal.model.impl that implement Image | |
---|---|
class |
ImageImpl
|
Methods in com.liferay.portal.model.impl that return Image | |
---|---|
Image |
ImageModelImpl.toEscapedModel()
|
static Image |
ImageModelImpl.toModel(ImageSoap soapModel)
Converts the soap model instance into a normal model instance. |
Methods in com.liferay.portal.model.impl that return types with arguments of type Image | |
---|---|
static List<Image> |
ImageModelImpl.toModels(ImageSoap[] soapModels)
Converts the soap model instances into normal model instances. |
Methods in com.liferay.portal.model.impl with parameters of type Image | |
---|---|
int |
ImageModelImpl.compareTo(Image image)
|
Uses of Image in com.liferay.portal.service |
---|
Methods in com.liferay.portal.service that return Image | |
---|---|
Image |
ImageLocalServiceWrapper.addImage(Image image)
Adds the image to the database. |
static Image |
ImageLocalServiceUtil.addImage(Image image)
Adds the image to the database. |
Image |
ImageLocalService.addImage(Image image)
Adds the image to the database. |
Image |
ImageLocalServiceWrapper.createImage(long imageId)
Creates a new image with the primary key. |
static Image |
ImageLocalServiceUtil.createImage(long imageId)
Creates a new image with the primary key. |
Image |
ImageLocalService.createImage(long imageId)
Creates a new image with the primary key. |
Image |
ImageLocalServiceWrapper.getCompanyLogo(long imageId)
|
static Image |
ImageLocalServiceUtil.getCompanyLogo(long imageId)
|
Image |
ImageLocalService.getCompanyLogo(long imageId)
|
Image |
ImageLocalServiceWrapper.getDefaultCompanyLogo()
|
static Image |
ImageLocalServiceUtil.getDefaultCompanyLogo()
|
Image |
ImageLocalService.getDefaultCompanyLogo()
|
Image |
ImageLocalServiceWrapper.getDefaultOrganizationLogo()
|
static Image |
ImageLocalServiceUtil.getDefaultOrganizationLogo()
|
Image |
ImageLocalService.getDefaultOrganizationLogo()
|
Image |
ImageLocalServiceWrapper.getDefaultSpacer()
|
static Image |
ImageLocalServiceUtil.getDefaultSpacer()
|
Image |
ImageLocalService.getDefaultSpacer()
|
Image |
ImageLocalServiceWrapper.getDefaultUserFemalePortrait()
|
static Image |
ImageLocalServiceUtil.getDefaultUserFemalePortrait()
|
Image |
ImageLocalService.getDefaultUserFemalePortrait()
|
Image |
ImageLocalServiceWrapper.getDefaultUserMalePortrait()
|
static Image |
ImageLocalServiceUtil.getDefaultUserMalePortrait()
|
Image |
ImageLocalService.getDefaultUserMalePortrait()
|
Image |
ImageLocalServiceWrapper.getImage(byte[] bytes)
|
static Image |
ImageLocalServiceUtil.getImage(byte[] bytes)
|
Image |
ImageLocalService.getImage(byte[] bytes)
|
Image |
ImageLocalServiceWrapper.getImage(File file)
|
static Image |
ImageLocalServiceUtil.getImage(File file)
|
Image |
ImageLocalService.getImage(File file)
|
Image |
ImageLocalServiceWrapper.getImage(InputStream is)
|
static Image |
ImageLocalServiceUtil.getImage(InputStream is)
|
Image |
ImageLocalService.getImage(InputStream is)
|
Image |
ImageServiceWrapper.getImage(long imageId)
|
static Image |
ImageServiceUtil.getImage(long imageId)
|
Image |
ImageService.getImage(long imageId)
|
Image |
ImageLocalServiceWrapper.getImage(long imageId)
Gets the image with the primary key. |
static Image |
ImageLocalServiceUtil.getImage(long imageId)
Gets the image with the primary key. |
Image |
ImageLocalService.getImage(long imageId)
Gets the image with the primary key. |
Image |
ImageLocalServiceWrapper.getImageOrDefault(long imageId)
|
static Image |
ImageLocalServiceUtil.getImageOrDefault(long imageId)
|
Image |
ImageLocalService.getImageOrDefault(long imageId)
|
Image |
ImageLocalServiceWrapper.updateImage(Image image)
Updates the image in the database. |
static Image |
ImageLocalServiceUtil.updateImage(Image image)
Updates the image in the database. |
Image |
ImageLocalService.updateImage(Image image)
Updates the image in the database. |
Image |
ImageLocalServiceWrapper.updateImage(Image image,
boolean merge)
Updates the image in the database. |
static Image |
ImageLocalServiceUtil.updateImage(Image image,
boolean merge)
Updates the image in the database. |
Image |
ImageLocalService.updateImage(Image image,
boolean merge)
Updates the image in the database. |
Image |
ImageLocalServiceWrapper.updateImage(long imageId,
byte[] bytes)
|
static Image |
ImageLocalServiceUtil.updateImage(long imageId,
byte[] bytes)
|
Image |
ImageLocalService.updateImage(long imageId,
byte[] bytes)
|
Image |
ImageLocalServiceWrapper.updateImage(long imageId,
byte[] bytes,
String type,
int height,
int width,
int size)
|
static Image |
ImageLocalServiceUtil.updateImage(long imageId,
byte[] bytes,
String type,
int height,
int width,
int size)
|
Image |
ImageLocalService.updateImage(long imageId,
byte[] bytes,
String type,
int height,
int width,
int size)
|
Image |
ImageLocalServiceWrapper.updateImage(long imageId,
File file)
|
static Image |
ImageLocalServiceUtil.updateImage(long imageId,
File file)
|
Image |
ImageLocalService.updateImage(long imageId,
File file)
|
Image |
ImageLocalServiceWrapper.updateImage(long imageId,
InputStream is)
|
static Image |
ImageLocalServiceUtil.updateImage(long imageId,
InputStream is)
|
Image |
ImageLocalService.updateImage(long imageId,
InputStream is)
|
Methods in com.liferay.portal.service that return types with arguments of type Image | |
---|---|
List<Image> |
ImageLocalServiceWrapper.getImages()
|
static List<Image> |
ImageLocalServiceUtil.getImages()
|
List<Image> |
ImageLocalService.getImages()
|
List<Image> |
ImageLocalServiceWrapper.getImages(int start,
int end)
Gets a range of all the images. |
static List<Image> |
ImageLocalServiceUtil.getImages(int start,
int end)
Gets a range of all the images. |
List<Image> |
ImageLocalService.getImages(int start,
int end)
Gets a range of all the images. |
List<Image> |
ImageLocalServiceWrapper.getImagesBySize(int size)
|
static List<Image> |
ImageLocalServiceUtil.getImagesBySize(int size)
|
List<Image> |
ImageLocalService.getImagesBySize(int size)
|
Methods in com.liferay.portal.service with parameters of type Image | |
---|---|
Image |
ImageLocalServiceWrapper.addImage(Image image)
Adds the image to the database. |
static Image |
ImageLocalServiceUtil.addImage(Image image)
Adds the image to the database. |
Image |
ImageLocalService.addImage(Image image)
Adds the image to the database. |
void |
ImageLocalServiceWrapper.deleteImage(Image image)
Deletes the image from the database. |
static void |
ImageLocalServiceUtil.deleteImage(Image image)
Deletes the image from the database. |
void |
ImageLocalService.deleteImage(Image image)
Deletes the image from the database. |
Image |
ImageLocalServiceWrapper.updateImage(Image image)
Updates the image in the database. |
static Image |
ImageLocalServiceUtil.updateImage(Image image)
Updates the image in the database. |
Image |
ImageLocalService.updateImage(Image image)
Updates the image in the database. |
Image |
ImageLocalServiceWrapper.updateImage(Image image,
boolean merge)
Updates the image in the database. |
static Image |
ImageLocalServiceUtil.updateImage(Image image,
boolean merge)
Updates the image in the database. |
Image |
ImageLocalService.updateImage(Image image,
boolean merge)
Updates the image in the database. |
Uses of Image in com.liferay.portal.service.base |
---|
Methods in com.liferay.portal.service.base that return Image | |
---|---|
Image |
ImageLocalServiceBaseImpl.addImage(Image image)
Adds the image to the database. |
Image |
ImageLocalServiceBaseImpl.createImage(long imageId)
Creates a new image with the primary key. |
Image |
ImageLocalServiceBaseImpl.getImage(long imageId)
Gets the image with the primary key. |
Image |
ImageLocalServiceBaseImpl.updateImage(Image image)
Updates the image in the database. |
Image |
ImageLocalServiceBaseImpl.updateImage(Image image,
boolean merge)
Updates the image in the database. |
Methods in com.liferay.portal.service.base that return types with arguments of type Image | |
---|---|
List<Image> |
ImageLocalServiceBaseImpl.getImages(int start,
int end)
Gets a range of all the images. |
Methods in com.liferay.portal.service.base with parameters of type Image | |
---|---|
Image |
ImageLocalServiceBaseImpl.addImage(Image image)
Adds the image to the database. |
void |
ImageLocalServiceBaseImpl.deleteImage(Image image)
Deletes the image from the database. |
Image |
ImageLocalServiceBaseImpl.updateImage(Image image)
Updates the image in the database. |
Image |
ImageLocalServiceBaseImpl.updateImage(Image image,
boolean merge)
Updates the image in the database. |
Uses of Image in com.liferay.portal.service.http |
---|
Methods in com.liferay.portal.service.http that return Image | |
---|---|
static Image |
ImageServiceHttp.getImage(HttpPrincipal httpPrincipal,
long imageId)
|
Methods in com.liferay.portal.service.http with parameters of type Image | |
---|---|
static JSONArray |
ImageJSONSerializer.toJSONArray(Image[] models)
|
static JSONArray |
ImageJSONSerializer.toJSONArray(Image[][] models)
|
static JSONObject |
ImageJSONSerializer.toJSONObject(Image model)
|
Method parameters in com.liferay.portal.service.http with type arguments of type Image | |
---|---|
static JSONArray |
ImageJSONSerializer.toJSONArray(List<Image> models)
|
Uses of Image in com.liferay.portal.service.impl |
---|
Methods in com.liferay.portal.service.impl that return Image | |
---|---|
Image |
ImageLocalServiceImpl.getCompanyLogo(long imageId)
|
Image |
ImageLocalServiceImpl.getDefaultCompanyLogo()
|
Image |
ImageLocalServiceImpl.getDefaultOrganizationLogo()
|
Image |
ImageLocalServiceImpl.getDefaultSpacer()
|
Image |
ImageLocalServiceImpl.getDefaultUserFemalePortrait()
|
Image |
ImageLocalServiceImpl.getDefaultUserMalePortrait()
|
Image |
ImageLocalServiceImpl.getImage(byte[] bytes)
|
Image |
ImageLocalServiceImpl.getImage(File file)
|
Image |
ImageLocalServiceImpl.getImage(InputStream is)
|
protected Image |
ImageLocalServiceImpl.getImage(InputStream is,
byte[] bytes)
|
Image |
ImageServiceImpl.getImage(long imageId)
|
Image |
ImageLocalServiceImpl.getImage(long imageId)
|
Image |
ImageLocalServiceImpl.getImageOrDefault(long imageId)
|
Image |
ImageLocalServiceImpl.updateImage(long imageId,
byte[] bytes)
|
Image |
ImageLocalServiceImpl.updateImage(long imageId,
byte[] bytes,
String type,
int height,
int width,
int size)
|
Image |
ImageLocalServiceImpl.updateImage(long imageId,
File file)
|
Image |
ImageLocalServiceImpl.updateImage(long imageId,
InputStream is)
|
Methods in com.liferay.portal.service.impl that return types with arguments of type Image | |
---|---|
List<Image> |
ImageLocalServiceImpl.getImages()
|
List<Image> |
ImageLocalServiceImpl.getImages(int start,
int end)
|
List<Image> |
ImageLocalServiceImpl.getImagesBySize(int size)
|
Uses of Image in com.liferay.portal.service.persistence |
---|
Methods in com.liferay.portal.service.persistence that return Image | |
---|---|
static Image |
ImageUtil.create(long imageId)
Creates a new image with the primary key. |
Image |
ImagePersistence.create(long imageId)
Creates a new image with the primary key. |
Image |
ImagePersistenceImpl.create(long imageId)
Creates a new image with the primary key. |
static Image |
ImageUtil.fetchByPrimaryKey(long imageId)
Finds the image with the primary key or returns null if it could not be found. |
Image |
ImagePersistence.fetchByPrimaryKey(long imageId)
Finds the image with the primary key or returns null if it could not be found. |
Image |
ImagePersistenceImpl.fetchByPrimaryKey(long imageId)
Finds the image with the primary key or returns null if it could not be found. |
Image |
ImagePersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
Finds the image with the primary key or returns null if it could not be found. |
static Image |
ImageUtil.findByLtSize_First(int size,
OrderByComparator orderByComparator)
Finds the first image in the ordered set where size < ?. |
Image |
ImagePersistence.findByLtSize_First(int size,
OrderByComparator orderByComparator)
Finds the first image in the ordered set where size < ?. |
Image |
ImagePersistenceImpl.findByLtSize_First(int size,
OrderByComparator orderByComparator)
Finds the first image in the ordered set where size < ?. |
static Image |
ImageUtil.findByLtSize_Last(int size,
OrderByComparator orderByComparator)
Finds the last image in the ordered set where size < ?. |
Image |
ImagePersistence.findByLtSize_Last(int size,
OrderByComparator orderByComparator)
Finds the last image in the ordered set where size < ?. |
Image |
ImagePersistenceImpl.findByLtSize_Last(int size,
OrderByComparator orderByComparator)
Finds the last image in the ordered set where size < ?. |
static Image[] |
ImageUtil.findByLtSize_PrevAndNext(long imageId,
int size,
OrderByComparator orderByComparator)
Finds the images before and after the current image in the ordered set where size < ?. |
Image[] |
ImagePersistence.findByLtSize_PrevAndNext(long imageId,
int size,
OrderByComparator orderByComparator)
Finds the images before and after the current image in the ordered set where size < ?. |
Image[] |
ImagePersistenceImpl.findByLtSize_PrevAndNext(long imageId,
int size,
OrderByComparator orderByComparator)
Finds the images before and after the current image in the ordered set where size < ?. |
static Image |
ImageUtil.findByPrimaryKey(long imageId)
Finds the image with the primary key or throws a NoSuchImageException if it could not be found. |
Image |
ImagePersistence.findByPrimaryKey(long imageId)
Finds the image with the primary key or throws a NoSuchImageException if it could not be found. |
Image |
ImagePersistenceImpl.findByPrimaryKey(long imageId)
Finds the image with the primary key or throws a NoSuchImageException if it could not be found. |
Image |
ImagePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
Finds the image with the primary key or throws a NoSuchModelException if it could not be found. |
protected Image |
ImagePersistenceImpl.getByLtSize_PrevAndNext(Session session,
Image image,
int size,
OrderByComparator orderByComparator,
boolean previous)
|
static Image |
ImageUtil.remove(Image image)
|
static Image |
ImageUtil.remove(long imageId)
Removes the image with the primary key from the database. |
Image |
ImagePersistence.remove(long imageId)
Removes the image with the primary key from the database. |
Image |
ImagePersistenceImpl.remove(long imageId)
Removes the image with the primary key from the database. |
Image |
ImagePersistenceImpl.remove(Serializable primaryKey)
Removes the image with the primary key from the database. |
protected Image |
ImagePersistenceImpl.removeImpl(Image image)
|
protected Image |
ImagePersistenceImpl.toUnwrappedModel(Image image)
|
static Image |
ImageUtil.update(Image image,
boolean merge)
|
static Image |
ImageUtil.update(Image image,
boolean merge,
ServiceContext serviceContext)
|
static Image |
ImageUtil.updateImpl(Image image,
boolean merge)
|
Image |
ImagePersistence.updateImpl(Image image,
boolean merge)
|
Image |
ImagePersistenceImpl.updateImpl(Image image,
boolean merge)
|
Methods in com.liferay.portal.service.persistence that return types with arguments of type Image | |
---|---|
static List<Image> |
ImageUtil.findAll()
Finds all the images. |
List<Image> |
ImagePersistence.findAll()
Finds all the images. |
List<Image> |
ImagePersistenceImpl.findAll()
Finds all the images. |
static List<Image> |
ImageUtil.findAll(int start,
int end)
Finds a range of all the images. |
List<Image> |
ImagePersistence.findAll(int start,
int end)
Finds a range of all the images. |
List<Image> |
ImagePersistenceImpl.findAll(int start,
int end)
Finds a range of all the images. |
static List<Image> |
ImageUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the images. |
List<Image> |
ImagePersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the images. |
List<Image> |
ImagePersistenceImpl.findAll(int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the images. |
static List<Image> |
ImageUtil.findByLtSize(int size)
Finds all the images where size < ?. |
List<Image> |
ImagePersistence.findByLtSize(int size)
Finds all the images where size < ?. |
List<Image> |
ImagePersistenceImpl.findByLtSize(int size)
Finds all the images where size < ?. |
static List<Image> |
ImageUtil.findByLtSize(int size,
int start,
int end)
Finds a range of all the images where size < ?. |
List<Image> |
ImagePersistence.findByLtSize(int size,
int start,
int end)
Finds a range of all the images where size < ?. |
List<Image> |
ImagePersistenceImpl.findByLtSize(int size,
int start,
int end)
Finds a range of all the images where size < ?. |
static List<Image> |
ImageUtil.findByLtSize(int size,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the images where size < ?. |
List<Image> |
ImagePersistence.findByLtSize(int size,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the images where size < ?. |
List<Image> |
ImagePersistenceImpl.findByLtSize(int size,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the images where size < ?. |
static List<Image> |
ImageUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<Image> |
ImageUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<Image> |
ImageUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
Methods in com.liferay.portal.service.persistence with parameters of type Image | |
---|---|
static void |
ImageUtil.cacheResult(Image image)
Caches the image in the entity cache if it is enabled. |
void |
ImagePersistence.cacheResult(Image image)
Caches the image in the entity cache if it is enabled. |
void |
ImagePersistenceImpl.cacheResult(Image image)
Caches the image in the entity cache if it is enabled. |
static void |
ImageUtil.clearCache(Image image)
|
void |
ImagePersistenceImpl.clearCache(Image image)
Clears the cache for the image. |
protected Image |
ImagePersistenceImpl.getByLtSize_PrevAndNext(Session session,
Image image,
int size,
OrderByComparator orderByComparator,
boolean previous)
|
static Image |
ImageUtil.remove(Image image)
|
protected Image |
ImagePersistenceImpl.removeImpl(Image image)
|
protected Image |
ImagePersistenceImpl.toUnwrappedModel(Image image)
|
static Image |
ImageUtil.update(Image image,
boolean merge)
|
static Image |
ImageUtil.update(Image image,
boolean merge,
ServiceContext serviceContext)
|
static Image |
ImageUtil.updateImpl(Image image,
boolean merge)
|
Image |
ImagePersistence.updateImpl(Image image,
boolean merge)
|
Image |
ImagePersistenceImpl.updateImpl(Image image,
boolean merge)
|
Method parameters in com.liferay.portal.service.persistence with type arguments of type Image | |
---|---|
static void |
ImageUtil.cacheResult(List<Image> images)
Caches the images in the entity cache if it is enabled. |
void |
ImagePersistence.cacheResult(List<Image> images)
Caches the images in the entity cache if it is enabled. |
void |
ImagePersistenceImpl.cacheResult(List<Image> images)
Caches the images in the entity cache if it is enabled. |
Uses of Image in com.liferay.portal.servlet |
---|
Methods in com.liferay.portal.servlet that return Image | |
---|---|
protected Image |
ImageServlet.getDefaultImage(javax.servlet.http.HttpServletRequest request,
long imageId)
|
protected Image |
ImageServlet.getImage(javax.servlet.http.HttpServletRequest request,
boolean getDefault)
|
Methods in com.liferay.portal.servlet with parameters of type Image | |
---|---|
protected boolean |
ImageServlet.checkIGImageThumbnailMaxDimensions(Image image,
long igImageId)
|
protected boolean |
ImageServlet.checkUserImageMaxDimensions(Image image,
long imageId)
|
protected byte[] |
ImageServlet.getImageBytes(javax.servlet.http.HttpServletRequest request,
Image image)
|
Uses of Image in com.liferay.portal.verify |
---|
Methods in com.liferay.portal.verify with parameters of type Image | |
---|---|
protected boolean |
VerifyImage.isStaleImage(Image image)
|
Uses of Image in com.liferay.portlet.journal.lar |
---|
Methods in com.liferay.portlet.journal.lar with parameters of type Image | |
---|---|
protected static String |
JournalPortletDataHandlerImpl.getArticleImagePath(PortletDataContext context,
JournalArticle article,
JournalArticleImage articleImage,
Image image)
|
Uses of Image in com.liferay.portlet.journal.util |
---|
Methods in com.liferay.portlet.journal.util that return Image | |
---|---|
static Image |
JournalRSSUtil.getImage(String url)
|
|
Liferay 6.0-ee | |||||||||
PREV NEXT | FRAMES NO FRAMES |