Package org.beangle.web.io

Examples of org.beangle.web.io.ServletContextResource


    this.servletContext = servletContext;
  }

  @Override
  protected Resource getResourceByPath(String path) {
    return new ServletContextResource(this.servletContext, path);
  }
View Full Code Here

TOP

Related Classes of org.beangle.web.io.ServletContextResource

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.