org.kuali.common.util.config.service
Class SpringConfigService

java.lang.Object
  extended by org.kuali.common.util.config.service.AbstractCachingConfigService
      extended by org.kuali.common.util.config.service.SpringConfigService
All Implemented Interfaces:
ConfigService

public class SpringConfigService
extends AbstractCachingConfigService


Constructor Summary
SpringConfigService()
           
 
Method Summary
protected  void clearCache()
           
protected  Properties getBaseFilterProperties()
           
protected  ProjectConfigContainer getCachedConfig(String groupId, String artifactId)
           
protected  String getFilename()
           
protected  ProjectConfigContainer getProjectConfig(String content, String encoding)
           
 
Methods inherited from class org.kuali.common.util.config.service.AbstractCachingConfigService
findContextConfig, findLocations, getFilteredContent, getFilterProperties, getLocations, getMetadataConfigFilePath, getProperties, getProperties, getProperties, getProperties, loadMetadata, loadProperties, store
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpringConfigService

public SpringConfigService()
Method Detail

getCachedConfig

protected ProjectConfigContainer getCachedConfig(String groupId,
                                                 String artifactId)
Specified by:
getCachedConfig in class AbstractCachingConfigService

clearCache

protected void clearCache()
Specified by:
clearCache in class AbstractCachingConfigService

getFilename

protected String getFilename()
Specified by:
getFilename in class AbstractCachingConfigService

getBaseFilterProperties

protected Properties getBaseFilterProperties()
Overrides:
getBaseFilterProperties in class AbstractCachingConfigService

getProjectConfig

protected ProjectConfigContainer getProjectConfig(String content,
                                                  String encoding)
Specified by:
getProjectConfig in class AbstractCachingConfigService


Copyright © 2010-2013 The Kuali Foundation. All Rights Reserved.