public interface ThemeResourceProvider extends Provider
| Modifier and Type | Method and Description |
|---|---|
InputStream |
getResourceAsStream(String path)
Load the resource for the specific path
|
URL |
getTemplate(String name)
Load the template for the specific name
|
URL getTemplate(String name) throws IOException
name - the template nameIOExceptionInputStream getResourceAsStream(String path) throws IOException
path - the resource pathIOExceptionCopyright © 2019 JBoss by Red Hat. All rights reserved.