public class StaticAssetViewController
extends org.springframework.web.servlet.mvc.AbstractController
| Modifier and Type | Field and Description |
|---|---|
protected SandBoxDao |
sandBoxDao |
protected StaticAssetStorageService |
staticAssetStorageService |
| Constructor and Description |
|---|
StaticAssetViewController() |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,String> |
convertParameterMap(Map<String,String[]> parameterMap) |
String |
getAssetServerUrlPrefix() |
String |
getViewResolverName() |
protected org.springframework.web.servlet.ModelAndView |
handleRequestInternal(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Process the static asset request by determining the asset name.
|
void |
setAssetServerUrlPrefix(String assetServerUrlPrefix) |
void |
setViewResolverName(String viewResolverName) |
handleRequest, isSynchronizeOnSession, setSynchronizeOnSessionapplyCacheSeconds, applyCacheSeconds, cacheForSeconds, cacheForSeconds, checkAndPrepare, checkAndPrepare, getCacheSeconds, getSupportedMethods, isRequireSession, isUseCacheControlHeader, isUseCacheControlNoStore, isUseExpiresHeader, preventCaching, setCacheSeconds, setRequireSession, setSupportedMethods, setUseCacheControlHeader, setUseCacheControlNoStore, setUseExpiresHeadergetServletContext, getTempDir, getWebApplicationContext, initApplicationContext, initServletContext, isContextRequired, setServletContextprotected StaticAssetStorageService staticAssetStorageService
protected SandBoxDao sandBoxDao
protected Map<String,String> convertParameterMap(Map<String,String[]> parameterMap)
protected org.springframework.web.servlet.ModelAndView handleRequestInternal(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws Exception
handleRequestInternal in class org.springframework.web.servlet.mvc.AbstractControllerExceptionStaticAssetView,
AbstractController.handleRequest(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)public String getAssetServerUrlPrefix()
public void setAssetServerUrlPrefix(String assetServerUrlPrefix)
public String getViewResolverName()
public void setViewResolverName(String viewResolverName)
Copyright © 2013. All rights reserved.