public interface ResourceResolver
| Modifier and Type | Method and Description |
|---|---|
Resource |
resolve(String path)
Returns a
Resource for the provided path or null if the resource cannot be
resolved. |
Resource resolve(String path) throws NullPointerException
Resource for the provided path or null if the resource cannot be
resolved.path - the pathNullPointerException - if the path argument is nullCopyright © 2017 JBoss by Red Hat. All Rights Reserved.