Package com.quickwebframework.servlet.support

Examples of com.quickwebframework.servlet.support.DefaultResourceViewTypeServlet


    PluginServletContext.getInstance().init();

    // 如果配置了默认的资源访问Servlet
    if ("true".equals(WebContext
        .getQwfConfig(DefaultResourceViewTypeServlet.RESOURCE_SERVLET))) {
      resourceServlet = new DefaultResourceViewTypeServlet();
      resourceServlet.register();
    }
  }
View Full Code Here

TOP

Related Classes of com.quickwebframework.servlet.support.DefaultResourceViewTypeServlet

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.