public class IdentityAssetPathConverter extends Object implements AssetPathConverter
Constructor and Description |
---|
IdentityAssetPathConverter() |
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).
|
public IdentityAssetPathConverter()
public boolean isInvariant()
AssetPathConverter
isInvariant
in interface AssetPathConverter
public String convertAssetPath(String assetPath)
AssetPathConverter
convertAssetPath
in interface AssetPathConverter
assetPath
- default asset path5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.