public interface IFullPathProvider
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFullPath(java.lang.String partialPath)
Given a distinct path within the WebJar index passed in return the full path of the resource.
|
java.lang.String getFullPath(java.lang.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 © 2019 agilecoders.de. All Rights Reserved.