Class BootstrapAwareObjectFactory

java.lang.Object
org.apache.struts2.ObjectFactory
org.apache.struts2.spring.SpringObjectFactory
com.atlassian.crowd.plugin.descriptors.webwork.BootstrapAwareObjectFactory
All Implemented Interfaces:
Serializable, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

public class BootstrapAwareObjectFactory extends org.apache.struts2.spring.SpringObjectFactory
A SpringObjectFactory that is aware that Crowd's ApplicationContext can change after bootstrapping.
See Also:
  • Field Summary

    Fields inherited from class org.apache.struts2.spring.SpringObjectFactory

    appContext, autowireStrategy, autoWiringFactory
  • Constructor Summary

    Constructors
    Constructor
    Description
    BootstrapAwareObjectFactory(jakarta.servlet.ServletContext servletContext)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    buildBean(Class clazz, Map<String,Object> extraContext)
     
    buildBean(String beanName, Map<String,Object> extraContext, boolean injectInternal)
     
     

    Methods inherited from class org.apache.struts2.spring.SpringObjectFactory

    autoWireBean, autoWireBean, findAutoWiringBeanFactory, getAutowireStrategy, isNoArgConstructorRequired, setAlwaysRespectAutowireStrategy, setApplicationContext, setApplicationContextPath, setAutowireStrategy, setEnableAopSupport, setUseClassCache

    Methods inherited from class org.apache.struts2.ObjectFactory

    buildAction, buildBean, buildConverter, buildInterceptor, buildResult, buildUnknownHandler, buildValidator, injectInternalBeans, setActionFactory, setClassLoader, setContainer, setConverterFactory, setInterceptorFactory, setResultFactory, setUnknownHandlerFactory, setValidatorFactory

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • BootstrapAwareObjectFactory

      public BootstrapAwareObjectFactory(jakarta.servlet.ServletContext servletContext)
  • Method Details