Class CSSResourceFilePreload


public class CSSResourceFilePreload extends PreloadClientCacheResource<CSSAssetReferences>
Class holding information for a single Custom CSS resource that should be preloaded to the client cache when the application starts.
Author:
Christopher Mindus
  • Constructor Details

    • CSSResourceFilePreload

      public CSSResourceFilePreload(CSSAssetReferences owner, FileURIPropCnr filePropCnr, String path)
      Constructs the resource.
      Parameters:
      owner - The owner of the asset resources.
      filePropCnr - The file resource.
      path - The resource path for the client as "module$/path/filename.ext".
  • Method Details