Package org.pentaho.platform.web.servlet

Examples of org.pentaho.platform.web.servlet.UIServlet.service()


    request.setupAddParameter( "action", "Inventory List.xaction" ); //$NON-NLS-1$ //$NON-NLS-2$
    request.setupAddParameter( "details", "all" ); //$NON-NLS-1$ //$NON-NLS-2$

    MockHttpServletResponse response = new MockHttpServletResponse();
    UIServlet servlet = new UIServlet();
    servlet.service( request, response );

    // System.out.println(response.getOutputStreamContent());
  }
}
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.