org.broadleafcommerce.core.util
Class ApplicationContextHolder

java.lang.Object
  extended by org.broadleafcommerce.core.util.ApplicationContextHolder
All Implemented Interfaces:
org.springframework.context.ApplicationContextAware

public class ApplicationContextHolder
extends Object
implements org.springframework.context.ApplicationContextAware


Constructor Summary
ApplicationContextHolder()
           
 
Method Summary
static org.springframework.context.ApplicationContext getApplicationContext()
           
 void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationContextHolder

public ApplicationContextHolder()
Method Detail

getApplicationContext

public static org.springframework.context.ApplicationContext getApplicationContext()

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


Copyright © 2012. All Rights Reserved.