public class DelegatingController
extends org.springframework.web.servlet.mvc.AbstractController
| Constructor and Description |
|---|
DelegatingController() |
| Modifier and Type | Method and Description |
|---|---|
protected org.springframework.web.servlet.ModelAndView |
handleRequestInternal(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Handles the request.
|
void |
setDelegates(List<DelegateController> delegates) |
void |
setFailureView(String failureView) |
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 final 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.AbstractControllerrequest - the request to handleresponse - the response to write toException - if an error occurs during request handling@NotNull public void setDelegates(List<DelegateController> delegates)
delegates - the delegate controllers to setpublic final void setFailureView(String failureView)
failureView - The failureView to set.Copyright © 2004-2012 Jasig. All Rights Reserved.