Package org.ops4j.pax.web.jsp

Examples of org.ops4j.pax.web.jsp.JspServletWrapper


  public SiteServlet(final Site site, final Bundle bundle,
      Environment environment) {
    this.site = site;
    this.bundle = bundle;
    this.environment = environment;
    this.jasperServlet = new JspServletWrapper(bundle);
    this.resources = new ArrayList<ResourceSet>();
    this.resources.add(new SiteResourceSet(site));
    this.resources.add(new ModuleResourceSet());
    this.tika = new Tika();
  }
View Full Code Here

TOP

Related Classes of org.ops4j.pax.web.jsp.JspServletWrapper

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.