Uses of Interface
com.elasticpath.service.misc.ImageService

Packages that use ImageService
com.elasticpath.cmweb.controller.impl   
com.elasticpath.service.misc.impl   
com.elasticpath.sfweb.controller.impl   
 

Uses of ImageService in com.elasticpath.cmweb.controller.impl
 

Methods in com.elasticpath.cmweb.controller.impl with parameters of type ImageService
 void ImageControllerImpl.setImageService(ImageService imageService)
          Sets the image service.
 

Uses of ImageService in com.elasticpath.service.misc.impl
 

Classes in com.elasticpath.service.misc.impl that implement ImageService
 class ImageServiceImpl
          Provides image rendering service.
 

Uses of ImageService in com.elasticpath.sfweb.controller.impl
 

Methods in com.elasticpath.sfweb.controller.impl with parameters of type ImageService
 void ImageControllerImpl.setImageService(ImageService imageService)
          Sets the image service.