Package net.fp.rp.search.ui.web

Examples of net.fp.rp.search.ui.web.RpServlet.handleRequest()


     * @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);

      
    }
}
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.