Package org.apache.struts2.spring
Class ClassReloadingInstantiationStrategy
java.lang.Object
org.springframework.beans.factory.support.SimpleInstantiationStrategy
org.apache.struts2.spring.ClassReloadingInstantiationStrategy
- All Implemented Interfaces:
- org.springframework.beans.factory.support.InstantiationStrategy
public class ClassReloadingInstantiationStrategy
extends org.springframework.beans.factory.support.SimpleInstantiationStrategy
Same as SimpleInstantiationStrategy, but constructor is not cached
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptioninstantiate(org.springframework.beans.factory.support.RootBeanDefinition beanDefinition, String beanName, org.springframework.beans.factory.BeanFactory owner) Methods inherited from class org.springframework.beans.factory.support.SimpleInstantiationStrategygetCurrentlyInvokedFactoryMethod, instantiate, instantiate, instantiateWithMethodInjection, instantiateWithMethodInjection, setCurrentlyInvokedFactoryMethodMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.beans.factory.support.InstantiationStrategygetActualBeanClass
- 
Constructor Details- 
ClassReloadingInstantiationStrategypublic ClassReloadingInstantiationStrategy()
 
- 
- 
Method Details- 
instantiatepublic Object instantiate(org.springframework.beans.factory.support.RootBeanDefinition beanDefinition, String beanName, org.springframework.beans.factory.BeanFactory owner) - Specified by:
- instantiatein interface- org.springframework.beans.factory.support.InstantiationStrategy
- Overrides:
- instantiatein class- org.springframework.beans.factory.support.SimpleInstantiationStrategy
 
 
-