Package com.liferay.httpservice.servlet

Examples of com.liferay.httpservice.servlet.ResourceServlet


      throw new IllegalArgumentException("Invalid name " + name);
    }

    initParameters.put("name", name);

    Servlet resourceServlet = new ResourceServlet();

    try {
      registerServlet(
        name, alias, resourceServlet, initParameters, httpContext);
View Full Code Here

TOP

Related Classes of com.liferay.httpservice.servlet.ResourceServlet

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.