/*
   * (non-Javadoc)
   *
   * @see net.jawr.web.resource.bundle.handler.ResourceBundlesHandler#
   * getGlobalResourceBundlePaths(boolean,
   * net.jawr.web.resource.bundle.iterator.ConditionalCommentCallbackHandler,
   * java.util.Map)
   */
  @Override
  public ResourceBundlePathsIterator getGlobalResourceBundlePaths(
      DebugMode debugMode,
      ConditionalCommentCallbackHandler commentCallbackHandler,
      Map<String, String> variants) {

    return rsHandler.getGlobalResourceBundlePaths(debugMode, commentCallbackHandler, variants);
  }