public interface Theme
| Modifier and Type | Interface and Description |
|---|---|
static class |
Theme.Type |
| Modifier and Type | Method and Description |
|---|---|
String |
getImportName() |
Properties |
getMessages() |
String |
getName() |
String |
getParentName() |
Properties |
getProperties() |
URL |
getResource(String path) |
InputStream |
getResourceAsStream(String path) |
URL |
getTemplate(String name) |
InputStream |
getTemplateAsStream(String name) |
Theme.Type |
getType() |
String getName()
String getParentName()
String getImportName()
Theme.Type getType()
URL getTemplate(String name) throws IOException
IOExceptionInputStream getTemplateAsStream(String name) throws IOException
IOExceptionURL getResource(String path) throws IOException
IOExceptionInputStream getResourceAsStream(String path) throws IOException
IOExceptionProperties getMessages() throws IOException
IOExceptionProperties getProperties() throws IOException
IOExceptionCopyright © 2014. All Rights Reserved.