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 that same converted path for any specific asset path (in which case, the
converted asset path may be cached in component instance variables more aggresively).
|
boolean isInvariant()
String convertAssetPath(String assetPath)
assetPath
- default asset pathCopyright © 2003-2012 The Apache Software Foundation.