Examples of scanLocations()


Examples of org.auto.web.resource.WebResourceScanMachine.scanLocations()

    WebResourceScanMachine webResourceScanMachine = new WebResourceScanMachine(
        this.getServletContext());
    CometConfigMetadata cometConfig = new CometConfigMetadata();

    // 扫描将配置元数据放入cometConfig中
    webResourceScanMachine.scanLocations(dispatcherConfigLocation,
        new XmlConfigResourceHandler(cometConfig));

    return cometConfig;
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.