public interface AssetPathConstructor
Modifier and Type | Method and Description |
---|---|
String |
constructAssetPath(String virtualFolder,
String path)
Constructs an asset URL path from the virtual folder and path (within the virtual folder).
|
String constructAssetPath(String virtualFolder, String path)
virtualFolder
- corresponds to a AssetRequestHandler
contributed to the AssetDispatcher servicepath
- within the virtual folder (should not start with a slash)Copyright © 2003-2012 The Apache Software Foundation.