org.broadleafcommerce.common.extensibility.cache.ehcache
Class MergeEhCacheManagerFactoryBean

java.lang.Object
  extended by org.springframework.cache.ehcache.EhCacheManagerFactoryBean
      extended by org.broadleafcommerce.common.extensibility.cache.ehcache.MergeEhCacheManagerFactoryBean
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.FactoryBean<net.sf.ehcache.CacheManager>, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware

public class MergeEhCacheManagerFactoryBean
extends org.springframework.cache.ehcache.EhCacheManagerFactoryBean
implements org.springframework.context.ApplicationContextAware


Field Summary
protected  List<org.springframework.core.io.Resource> configLocations
           
protected  Set<String> mergedCacheConfigLocations
           
 
Fields inherited from class org.springframework.cache.ehcache.EhCacheManagerFactoryBean
logger
 
Constructor Summary
MergeEhCacheManagerFactoryBean()
           
 
Method Summary
 void configureMergedItems()
           
 void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
           
 void setConfigLocations(List<org.springframework.core.io.Resource> configLocations)
           
 
Methods inherited from class org.springframework.cache.ehcache.EhCacheManagerFactoryBean
afterPropertiesSet, destroy, getObject, getObjectType, isSingleton, setCacheManagerName, setConfigLocation, setShared
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mergedCacheConfigLocations

protected Set<String> mergedCacheConfigLocations

configLocations

protected List<org.springframework.core.io.Resource> configLocations
Constructor Detail

MergeEhCacheManagerFactoryBean

public MergeEhCacheManagerFactoryBean()
Method Detail

setApplicationContext

public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
                           throws org.springframework.beans.BeansException
Specified by:
setApplicationContext in interface org.springframework.context.ApplicationContextAware
Throws:
org.springframework.beans.BeansException

configureMergedItems

@PostConstruct
public void configureMergedItems()

setConfigLocations

public void setConfigLocations(List<org.springframework.core.io.Resource> configLocations)
                        throws org.springframework.beans.BeansException
Throws:
org.springframework.beans.BeansException


Copyright © 2012. All Rights Reserved.