Interface ResourceLocator
-
- All Known Implementing Classes:
ApplicationServlet,RenderingHelper.CLResourceLocator,WebEngine,WebEngineServlet
public interface ResourceLocatorResource locators are used to resolve resource names to resource URLs- Author:
- Bogdan Stefanescu
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FilegetResourceFile(String key)Get a file resource given a keyURLgetResourceURL(String key)Gets an URL resource given a key
-