Class HashedFilesRegistryUtil
java.lang.Object
com.liferay.portal.kernel.frontend.hashed.files.HashedFilesRegistryUtil
- Author:
- Iván Zaera Avellón
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidforEachHashedFileURI(BiConsumer<String, String> biConsumer) static voidforEachServletContextHash(BiConsumer<String, String> biConsumer) static CachingStrategygetCachingStrategy(jakarta.servlet.http.HttpServletRequest httpServletRequest) static StringgetHashedFileURI(String unhashedFileURI) static URLgetResource(String path)
-
Constructor Details
-
HashedFilesRegistryUtil
public HashedFilesRegistryUtil()
-
-
Method Details
-
forEachHashedFileURI
-
forEachServletContextHash
-
getCachingStrategy
public static CachingStrategy getCachingStrategy(jakarta.servlet.http.HttpServletRequest httpServletRequest) -
getHashedFileURI
-
getResource
-