de.agilecoders.wicket.webjars.collectors
Interface IAssetProvider
- All Known Implementing Classes:
- AssetsMap, WebJarAssetLocator
public interface IAssetProvider
base provider interface
- Author:
- miha
listAssets
Set<String> listAssets(String folderPath)
- List assets within a folder.
- Parameters:
folderPath - the root path to the folder. Must begin with '/'.
- Returns:
- a set of folder paths that match.
getFullPathIndex
SortedMap<String,String> getFullPathIndex()
- Returns:
- the full path index map.
Copyright © 2016 agilecoders.de. All Rights Reserved.