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 nameIOException
InputStream getResourceAsStream(String path) throws IOException
path
- the resource pathIOException
Copyright © 2018 JBoss by Red Hat. All rights reserved.