public interface IFullPathProvider
| Modifier and Type | Method and Description |
|---|---|
String |
getFullPath(String partialPath)
Given a distinct path within the WebJar index passed in return the full path of the resource.
|
String getFullPath(String partialPath)
partialPath - the path to return e.g. "jquery.js" or "abc/someother.js". This must be a distinct path within the index passed in.Copyright © 2015 agilecoders.de. All Rights Reserved.