* @throws ServletException DOCUMENT ME!
* @throws Exception DOCUMENT ME!
*/
public void testHandleRequest() throws ServletException, Exception {
RpServlet rpController = (RpServlet) ac.getBean("RpServlet");
ModelAndView mav = rpController.handleRequest((HttpServletRequest) null,
(HttpServletResponse) null);
}
}