public interface AssetPathConverter
ServiceOverride
service, you may override the default implementation.Modifier and Type | Method and Description |
---|---|
String |
convertAssetPath(String assetPath)
Converts the default asset client URI to its final form, ready to be sent to the client.
|
boolean |
isInvariant()
Returns true if the converter returns the exact same converted path for any specific asset path (in which case, the
converted asset path may be cached in component instance variables more aggressively).
|
boolean isInvariant()
String convertAssetPath(String assetPath)
assetPath
- default asset path5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.