org.broadleafcommerce.cms.web.file
Class StaticAssetViewController

java.lang.Object
  extended by org.broadleafcommerce.cms.web.file.StaticAssetViewController

@Controller(value="blStaticAssetViewController")
public class StaticAssetViewController
extends Object

Created by jfischer


Field Summary
protected  SandBoxService sandBoxService
           
protected  StaticAssetStorageService staticAssetStorageService
           
 
Constructor Summary
StaticAssetViewController()
           
 
Method Summary
protected  Map<String,String> convertParameterMap(Map<String,String[]> parameterMap)
           
 org.springframework.web.servlet.ModelAndView viewItem(String fileName, javax.servlet.http.HttpServletRequest request)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

staticAssetStorageService

protected StaticAssetStorageService staticAssetStorageService

sandBoxService

protected SandBoxService sandBoxService
Constructor Detail

StaticAssetViewController

public StaticAssetViewController()
Method Detail

viewItem

@RequestMapping(value="/**/{fileName}",
                method=GET)
public org.springframework.web.servlet.ModelAndView viewItem(@PathVariable
                                                                            String fileName,
                                                                            javax.servlet.http.HttpServletRequest request)

convertParameterMap

protected Map<String,String> convertParameterMap(Map<String,String[]> parameterMap)


Copyright © 2011. All Rights Reserved.