Package org.impalaframework.web.helper

Examples of org.impalaframework.web.helper.FrameworkServletContextCreator


   */
  private boolean publishServlet;

  public ExternalModuleServlet() {
    super();
    this.helper = new FrameworkServletContextCreator(this);
  }
View Full Code Here


 
  private String delegateServletBeanName = "delegateServlet";
 
  public ExternalFrameworkIntegrationServlet() {
    super();
    this.frameworkContextCreator = new FrameworkServletContextCreator(this);
  }
View Full Code Here

TOP

Related Classes of org.impalaframework.web.helper.FrameworkServletContextCreator

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.