|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.context.support.ApplicationObjectSupport
org.springframework.web.context.support.WebApplicationObjectSupport
org.springframework.web.servlet.support.WebContentGenerator
org.springframework.web.servlet.mvc.AbstractController
org.shept.org.springframework.web.servlet.mvc.delegation.DelegatingController
org.shept.org.springframework.web.servlet.mvc.delegation.MultiActionController
org.shept.org.springframework.web.servlet.mvc.delegation.SheptController
public class SheptController
| Field Summary | |
|---|---|
private TargetConfiguration |
configuration
|
protected org.springframework.dao.support.DaoSupport |
dao
|
| Fields inherited from class org.shept.org.springframework.web.servlet.mvc.delegation.MultiActionController |
|---|
clearCacheParam, enableClearCache, formCache, objectProvider |
| Fields inherited from class org.shept.org.springframework.web.servlet.mvc.delegation.DelegatingController |
|---|
DEFAULT_COMMAND_NAME, LAST_MODIFIED_METHOD_SUFFIX, PAGE_NOT_FOUND_LOG_CATEGORY, pageNotFoundLogger |
| Fields inherited from class org.springframework.web.servlet.support.WebContentGenerator |
|---|
METHOD_GET, METHOD_HEAD, METHOD_POST |
| Fields inherited from class org.springframework.context.support.ApplicationObjectSupport |
|---|
logger |
| Constructor Summary | |
|---|---|
SheptController()
|
|
| Method Summary | |
|---|---|
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)
|
| Methods inherited from class org.shept.org.springframework.web.servlet.mvc.delegation.MultiActionController |
|---|
getClearCacheParam, getCommandObject, getFormCache, getFormTitleAttribute, getLastModified, handleRequestInternal, setClearCacheParam, setEnableClearCache, setFormCache, setFormTitleAttribute, setObjectProvider, setTitleCode |
| Methods inherited from class org.shept.org.springframework.web.servlet.mvc.delegation.DelegatingController |
|---|
createBinder, getCommandName, getFormView, getRedirectUrl, getWebBindingInitializer, handleNoSuchRequestHandlingMethod, initBinder, massageReturnValueIfNecessary, setActionResolver, setBeanName, setCommandClass, setDelegates, setFormView, setRedirectUrl, setWebBindingInitializer |
| Methods inherited from class org.springframework.web.servlet.mvc.AbstractController |
|---|
handleRequest, isSynchronizeOnSession, setSynchronizeOnSession |
| Methods inherited from class org.springframework.web.servlet.support.WebContentGenerator |
|---|
applyCacheSeconds, applyCacheSeconds, cacheForSeconds, cacheForSeconds, checkAndPrepare, checkAndPrepare, getCacheSeconds, getSupportedMethods, isRequireSession, isUseCacheControlHeader, isUseCacheControlNoStore, isUseExpiresHeader, preventCaching, setCacheSeconds, setRequireSession, setSupportedMethods, setUseCacheControlHeader, setUseCacheControlNoStore, setUseExpiresHeader |
| Methods inherited from class org.springframework.web.context.support.WebApplicationObjectSupport |
|---|
getServletContext, getTempDir, getWebApplicationContext, initApplicationContext, initServletContext, isContextRequired, setServletContext |
| Methods inherited from class org.springframework.context.support.ApplicationObjectSupport |
|---|
getApplicationContext, getMessageSourceAccessor, initApplicationContext, requiredContextClass, setApplicationContext |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private TargetConfiguration configuration
protected org.springframework.dao.support.DaoSupport dao
| Constructor Detail |
|---|
public SheptController()
| Method Detail |
|---|
protected Object buildCommandObject(javax.servlet.http.HttpServletRequest request)
buildCommandObject in class MultiActionController
protected 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 set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||