Package org.apache.aries.web.converter.impl

Examples of org.apache.aries.web.converter.impl.WarToWabConverterImpl


    if (fileNameIndex != 0)
      warName = url.getFile().substring(fileNameIndex);
    else
      warName = url.getFile();

    converter = new WarToWabConverterImpl(new InputStreamProvider() {
      public InputStream getInputStream() throws IOException {
        return url.openStream();
      }
    }, warName, properties);
  }
View Full Code Here

TOP

Related Classes of org.apache.aries.web.converter.impl.WarToWabConverterImpl

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.