null
return value is not an error: It indicates that this object completed request processing itself, thus there is no ModelAndView to render.
@param request current HTTP request
@param response current HTTP response
@return a ModelAndView to render, or null
if handled directly
@throws Exception in case of errors
|
|