Interface AssetPathConstructor

All Known Implementing Classes:
AssetPathConstructorImpl

public interface AssetPathConstructor
Encapsulates the logic or creating the path portion of an asset URL, including hooking the AssetPathConverter into the generation.
Since:
5.2.0
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    constructAssetPath(String virtualFolder, String path, StreamableResource resource)
    Constructs an asset URL path from the virtual folder and path (within the virtual folder).