Package ro.isdc.wro.model.resource.support.naming

Examples of ro.isdc.wro.model.resource.support.naming.DefaultHashEncoderNamingStrategy


        protected WroManagerFactory newWroManagerFactory()
            throws MojoExecutionException {
          final DefaultStandaloneContextAwareManagerFactory managerFactory = new DefaultStandaloneContextAwareManagerFactory();
          managerFactory.setUriLocatorFactory(WroTestUtils.createResourceMockingLocatorFactory());
          managerFactory.setModelFactory(WroTestUtils.simpleModelFactory(model));
          managerFactory.setNamingStrategy(new DefaultHashEncoderNamingStrategy());
          return managerFactory;
        }
      };
      setUpMojo(victim);
View Full Code Here


* @author Alex Objelean
* @created 15 Aug 2010
*/
public class FingerprintAwareStandaloneManagerFactory extends ExtensionsStandaloneManagerFactory {
  public FingerprintAwareStandaloneManagerFactory() {
    setNamingStrategy(new DefaultHashEncoderNamingStrategy());
  }
View Full Code Here

TOP

Related Classes of ro.isdc.wro.model.resource.support.naming.DefaultHashEncoderNamingStrategy

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.