@Controller(value="proxyController")
public class ProxyController
extends java.lang.Object
The ProxyController requires the following property to be set:
Constructor and Description |
---|
ProxyController()
Instantiates a new proxy controller, with cache seconds set to 0.
|
Modifier and Type | Method and Description |
---|---|
protected org.springframework.web.servlet.ModelAndView |
handleRequestInternal(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Handle request internal.
|
void |
setApplicationContext(org.springframework.context.ApplicationContext context) |
void |
setCentralAuthenticationService(CentralAuthenticationService centralAuthenticationService) |
void |
setWebApplicationServiceFactory(ServiceFactory webApplicationServiceFactory) |
public ProxyController()
@RequestMapping(path="/proxy", method=GET) protected org.springframework.web.servlet.ModelAndView handleRequestInternal(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
request
- the requestresponse
- the responsecasProxyFailureView
or casProxySuccessView
public void setCentralAuthenticationService(CentralAuthenticationService centralAuthenticationService)
public void setWebApplicationServiceFactory(ServiceFactory webApplicationServiceFactory)
public void setApplicationContext(org.springframework.context.ApplicationContext context)