Interface WebResourceProvider


public interface WebResourceProvider
A way for plugins to provide additional resources (images, fonts, files) to the html publish. All resources must be relative and will be resolved against the directory where index.html resides.
Author:
Per-Erik
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the resources of this provider.
  • Method Details

    • getResources

      WebResources getResources(ContentFilter filter)
      Returns the resources of this provider.
      Parameters:
      filter - A filter that can be used to check if resources such as models
      Returns:
      the resources of this provider