Uses of Interface
com.elasticpath.domain.misc.ImageRenderRequest

Packages that use ImageRenderRequest
com.elasticpath.domain.misc.impl   
com.elasticpath.service.misc   
com.elasticpath.service.misc.impl   
 

Uses of ImageRenderRequest in com.elasticpath.domain.misc.impl
 

Classes in com.elasticpath.domain.misc.impl that implement ImageRenderRequest
 class ImageRenderRequestImpl
          A default implemenation of ImageRenderRequest.
 

Uses of ImageRenderRequest in com.elasticpath.service.misc
 

Methods in com.elasticpath.service.misc with parameters of type ImageRenderRequest
 ImageRenderResponse ImageService.render(ImageRenderRequest request)
          Render a image based on the given request and returns a ImageRenderResponse.
 

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

Methods in com.elasticpath.service.misc.impl with parameters of type ImageRenderRequest
 ImageRenderResponse ImageServiceImpl.render(ImageRenderRequest request)
          Render a image based on the given request and returns a ImageRenderResponse.