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

Examples of net.fp.rp.search.ui.web.RpServlet


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

Related Classes of net.fp.rp.search.ui.web.RpServlet

Copyright © 2018 www.massapicom. 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.