Package ro.isdc.wro.manager.factory

Examples of ro.isdc.wro.manager.factory.SimpleWroManagerFactory


  public static InjectorBuilder create(final WroManagerFactory managerFactory) {
    return new InjectorBuilder(managerFactory);
  }

  public static InjectorBuilder create(final WroManager manager) {
    return new InjectorBuilder(new SimpleWroManagerFactory(manager));
  }
View Full Code Here

TOP

Related Classes of ro.isdc.wro.manager.factory.SimpleWroManagerFactory

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.