org.shept.org.springframework.web.servlet.mvc.delegation
public class SheptController extends MultiActionController implements org.springframework.beans.factory.InitializingBean
| Modifier and Type | Field and Description |
|---|---|
private TargetConfiguration |
configuration |
protected org.springframework.dao.support.DaoSupport |
dao |
clearCacheParam, enableClearCache, formCache, objectProviderDEFAULT_COMMAND_NAME, LAST_MODIFIED_METHOD_SUFFIX, PAGE_NOT_FOUND_LOG_CATEGORY, pageNotFoundLogger| Constructor and Description |
|---|
SheptController() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
protected Object |
buildCommandObject(javax.servlet.http.HttpServletRequest request) |
org.springframework.dao.support.DaoSupport |
getDao() |
protected void |
postProcessModel(javax.servlet.http.HttpServletRequest request,
org.springframework.web.servlet.ModelAndView mav) |
void |
setConfiguration(TargetConfiguration configuration) |
void |
setDao(org.springframework.dao.support.DaoSupport dao) |
getClearCacheParam, getCommandObject, getFormCache, getFormTitleAttribute, getLastModified, handleRequestInternal, setClearCacheParam, setEnableClearCache, setFormCache, setFormTitleAttribute, setObjectProvider, setTitleCodecreateBinder, getCommandName, getFormView, getRedirectUrl, getWebBindingInitializer, handleNoSuchRequestHandlingMethod, initBinder, massageReturnValueIfNecessary, setActionResolver, setBeanName, setCommandClass, setDelegates, setFormView, setRedirectUrl, setWebBindingInitializerhandleRequest, 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, setServletContextprivate TargetConfiguration configuration
protected org.springframework.dao.support.DaoSupport dao
protected Object buildCommandObject(javax.servlet.http.HttpServletRequest request)
buildCommandObject in class MultiActionControllerprotected void postProcessModel(javax.servlet.http.HttpServletRequest request,
org.springframework.web.servlet.ModelAndView mav)
throws Exception
postProcessModel in class MultiActionControllerExceptionpublic void setConfiguration(TargetConfiguration configuration)
configuration - the configuration to setpublic void afterPropertiesSet()
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanafterPropertiesSet in class DelegatingControllerpublic org.springframework.dao.support.DaoSupport getDao()
public void setDao(org.springframework.dao.support.DaoSupport dao)
dao - the dao to setCopyright © 2014. All Rights Reserved.