public interface UIResourceProvider
| Modifier and Type | Method and Description |
|---|---|
URL |
getUIResource(String path)
Returns a URL to the resource that is mapped to a specified path.
|
Set<String> |
getUIResourcePaths(String path)
Returns a directory-like listing of all the paths to resources within the web application whose longest sub-path
matches the supplied path argument.
|
URL getUIResource(String path)
path - a String specifying the path to the resourceSet<String> getUIResourcePaths(String path)
path - partial path used to match the resources, which must start with a /Copyright © 2012-2015 The Apache Software Foundation. All Rights Reserved.