Package ru.vyarus.guicey.gsp.app.asset
Class AssetLookup.AssetLocation
- java.lang.Object
-
- ru.vyarus.guicey.gsp.app.asset.AssetLookup.AssetLocation
-
- Enclosing class:
- AssetLookup
public static class AssetLookup.AssetLocation extends java.lang.ObjectRepresent resolved asset location: actual classpath path (absolute) and target class loader (where resource found). Object used to cover various situations: only target classpath path required or file itself.
-
-
Constructor Summary
Constructors Constructor Description AssetLocation(java.lang.String path, java.lang.ClassLoader loader, java.net.URL url)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ClassLoadergetLoader()java.lang.StringgetPath()java.net.URLgetUrl()
-