org.riotfamily.common.web.controller
Class SessionKeepAliveController
java.lang.Object
org.riotfamily.common.web.controller.SessionKeepAliveController
- All Implemented Interfaces:
- Controller
public class SessionKeepAliveController
- extends Object
- implements Controller
Controller that invokes request.getSession(false)
to keep an
existing HTTP session alive.
- Since:
- 6.4
- Author:
- Felix Gnass [fgnass at neteye dot de]
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SessionKeepAliveController
public SessionKeepAliveController()
handleRequest
public ModelAndView handleRequest(HttpServletRequest request,
HttpServletResponse response)
throws Exception
- Specified by:
handleRequest
in interface Controller
- Throws:
Exception