Package ca.jimr.gae.profiler.resources

Examples of ca.jimr.gae.profiler.resources.MiniProfilerResourceLoader


    }

    ms = MemcacheServiceFactory.getMemcacheService(MEMCACHE_NAMESPACE);
    us = UserServiceFactory.getUserService();
    counter = new AtomicLong(1);
    resourceLoader = new MiniProfilerResourceLoader();
    resourceReplacements.put("@@baseURL@@", servletURL);
    resourceReplacements.put("@@prefix@@", htmlIdPrefix);
  }
View Full Code Here


      resourceCacheHours = Integer.parseInt(configResourceCacheHours);
    }

    ms = MemcacheServiceFactory
        .getMemcacheService(MiniProfilerFilter.MEMCACHE_NAMESPACE);
    resourceLoader = new MiniProfilerResourceLoader();
    resourceReplacements.put("@@prefix@@", htmlIdPrefix);
  }
View Full Code Here

    }

    ms = MemcacheServiceFactory.getMemcacheService(MEMCACHE_NAMESPACE);
    us = UserServiceFactory.getUserService();
    counter = new AtomicLong(1);
    resourceLoader = new MiniProfilerResourceLoader();
    resourceReplacements.put("@@baseURL@@", servletURL);
    resourceReplacements.put("@@prefix@@", htmlIdPrefix);
  }
View Full Code Here

    {
      resourceCacheHours = Integer.parseInt(configResourceCacheHours);
    }

    ms = MemcacheServiceFactory.getMemcacheService(MiniProfilerFilter.MEMCACHE_NAMESPACE);
    resourceLoader = new MiniProfilerResourceLoader();
    resourceReplacements.put("@@prefix@@", htmlIdPrefix);
  }
View Full Code Here

TOP

Related Classes of ca.jimr.gae.profiler.resources.MiniProfilerResourceLoader

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.