Home | History | Annotate | Download | only in asset

Lines Matching refs:locator

42  * <code>ImplHandler</code> manages the asset loader and asset locator
46 * locator object in a thread local.
95 logger.log(Level.SEVERE,"Cannot create locator of type {0}, does"
100 logger.log(Level.SEVERE,"Cannot create locator of type {0}, "
145 AssetLocator locator = (AssetLocator) local.get();
147 locator.setRootPath((String) local.getPath());
149 AssetInfo info = locator.locate(owner, key);
200 ImplThreadLocal locator = it.next();
201 if (locator.getPath().equals(rootPath) &&
202 locator.getTypeClass().equals(locatorType)){