Package com.opengamma.web.bundle

Examples of com.opengamma.web.bundle.YUIBundleCompressor


      _repo = repo;
    }
   
    @Override
    public void setServletContext(ServletContext servletContext) {
      BundleCompressor compressor = new YUIBundleCompressor(_compressorOptions);
      if (_cacheManager != null) {
        compressor = new EHCachingBundleCompressor(compressor, _cacheManager);
      } else {
        if (_deployMode == DeployMode.PROD) {
          throw new IllegalArgumentException("CacheManager required for production deployment");
View Full Code Here

TOP

Related Classes of com.opengamma.web.bundle.YUIBundleCompressor

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.