Class HashedFilesRegistryUtil

java.lang.Object
com.liferay.portal.kernel.frontend.hashed.files.HashedFilesRegistryUtil

public class HashedFilesRegistryUtil extends Object
Author:
Iván Zaera Avellón
  • Constructor Details

    • HashedFilesRegistryUtil

      public HashedFilesRegistryUtil()
  • Method Details

    • forEachHashedFileURI

      public static void forEachHashedFileURI(BiConsumer<String,String> biConsumer)
    • forEachServletContextHash

      public static void forEachServletContextHash(BiConsumer<String,String> biConsumer)
    • getCachingStrategy

      public static CachingStrategy getCachingStrategy(jakarta.servlet.http.HttpServletRequest httpServletRequest)
    • getHashedFileURI

      public static String getHashedFileURI(String unhashedFileURI)
    • getResource

      public static URL getResource(String path)