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

Packages that use FileService
com.elasticpath.service.misc.impl   
com.elasticpath.sfweb.controller.impl   
 

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

Classes in com.elasticpath.service.misc.impl that implement FileService
 class FileServiceImpl
          Provide file download and upload service.
 

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

Methods in com.elasticpath.sfweb.controller.impl with parameters of type FileService
 void SecureAssetControllerImpl.setFileService(FileService fileService)
          Sets the file service.