public abstract class AbstractJaxbConfigDao<K,V> extends Object implements org.springframework.beans.factory.InitializingBean
Modifier and Type | Class and Description |
---|---|
class |
AbstractJaxbConfigDao.JaxbReloadCallback |
Constructor and Description |
---|
AbstractJaxbConfigDao(Class<K> entityClass,
String description) |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet() |
protected String |
createLoadedLogMessage(V translatedConfig,
long diffTime) |
org.springframework.core.io.Resource |
getConfigResource() |
protected FileReloadContainer<V> |
getContainer() |
String |
getDescription() |
protected V |
loadConfig(org.springframework.core.io.Resource resource) |
protected ThreadCategory |
log() |
void |
setConfigResource(org.springframework.core.io.Resource configResource) |
abstract V |
translateConfig(K jaxbConfig) |
protected FileReloadContainer<V> getContainer()
protected ThreadCategory log()
protected V loadConfig(org.springframework.core.io.Resource resource)
public org.springframework.core.io.Resource getConfigResource()
public void setConfigResource(org.springframework.core.io.Resource configResource)
public String getDescription()
Copyright © 2015. All Rights Reserved.