Liferay 6.2-ce-ga5

Uses of Class
com.liferay.portal.model.SpriteImage

Packages that use SpriteImage
com.liferay.portal.model This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. 
com.liferay.portal.model.impl This package defines the portal model implementation base classes. 
 

Uses of SpriteImage in com.liferay.portal.model
 

Methods in com.liferay.portal.model that return SpriteImage
 SpriteImage Theme.getSpriteImage(String fileName)
           
 SpriteImage PortletApp.getSpriteImage(String fileName)
           
 

Uses of SpriteImage in com.liferay.portal.model.impl
 

Methods in com.liferay.portal.model.impl that return SpriteImage
 SpriteImage PortletAppImpl.getSpriteImage(String fileName)
           
 SpriteImage ThemeImpl.getSpriteImage(String fileName)
           
 


Liferay 6.2-ce-ga5