public class ThemeRegistry extends AbstractRegistry<String,Theme> implements org.springframework.beans.factory.config.BeanPostProcessor
map| Constructor and Description |
|---|
ThemeRegistry() |
| Modifier and Type | Method and Description |
|---|---|
static ThemeRegistry |
getInstance()
Returns a singleton instance of the theme registry.
|
protected String |
getKey(Theme theme) |
Object |
postProcessAfterInitialization(Object bean,
String beanName) |
Object |
postProcessBeforeInitialization(Object bean,
String beanName) |
clear, contains, get, getAll, iterator, register, size, unregister, unregisterByKeyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic static ThemeRegistry getInstance()
protected String getKey(Theme theme)
getKey in class AbstractRegistry<String,Theme>public Object postProcessBeforeInitialization(Object bean, String beanName) throws org.springframework.beans.BeansException
postProcessBeforeInitialization in interface org.springframework.beans.factory.config.BeanPostProcessororg.springframework.beans.BeansExceptionpublic Object postProcessAfterInitialization(Object bean, String beanName) throws org.springframework.beans.BeansException
postProcessAfterInitialization in interface org.springframework.beans.factory.config.BeanPostProcessororg.springframework.beans.BeansExceptionCopyright © 2018 Regenstrief Center for Biomedical Informatics. All rights reserved.