de.agilecoders.wicket.webjars.util
Interface IFullPathProvider

All Known Implementing Classes:
WebJarAssetLocator

public interface IFullPathProvider

full path to a webjars provider

Author:
miha

Method Summary
 String getFullPath(String partialPath)
          Given a distinct path within the WebJar index passed in return the full path of the resource.
 

Method Detail

getFullPath

String getFullPath(String partialPath)
Given a distinct path within the WebJar index passed in return the full path of the resource.

Parameters:
partialPath - the path to return e.g. "jquery.js" or "abc/someother.js". This must be a distinct path within the index passed in.
Returns:
a fully qualified path to the resource.


Copyright © 2016 agilecoders.de. All Rights Reserved.