Package org.structr.rest.service

Examples of org.structr.rest.service.HttpServiceServlet


*/
public class CsvTest extends StructrCsvTest {

  public void test01InitServlet() {
    try {
      final HttpServiceServlet servlet = (HttpServiceServlet) Class.forName(CsvServlet.class.getName()).newInstance();

      assertNotNull(servlet);
     
      assertTrue(servlet instanceof CsvServlet);
     
View Full Code Here

TOP

Related Classes of org.structr.rest.service.HttpServiceServlet

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.