org.riotfamily.common.web.controller
Class SessionKeepAliveController

java.lang.Object
  extended by 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]

Constructor Summary
SessionKeepAliveController()
           
 
Method Summary
 ModelAndView handleRequest(HttpServletRequest request, HttpServletResponse response)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SessionKeepAliveController

public SessionKeepAliveController()
Method Detail

handleRequest

public ModelAndView handleRequest(HttpServletRequest request,
                                  HttpServletResponse response)
                           throws Exception
Specified by:
handleRequest in interface Controller
Throws:
Exception