Class BootstrapAwareObjectFactory

  • All Implemented Interfaces:
    Serializable, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

    public class BootstrapAwareObjectFactory
    extends com.opensymphony.xwork2.spring.SpringObjectFactory
    A SpringObjectFactory that is aware that Confluence's ApplicationContext can change after bootstrapping.
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class com.opensymphony.xwork2.spring.SpringObjectFactory

        appContext, autowireStrategy, autoWiringFactory
    • Constructor Summary

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Object buildAction​(String actionName, String namespace, com.opensymphony.xwork2.config.entities.ActionConfig actionConfig, Map<String,​Object> extraContext)  
      Object buildBean​(Class clazz, Map<String,​Object> extraContext)  
      Object buildBean​(String beanName, Map<String,​Object> extraContext, boolean injectInternal)  
      Class getClassInstance​(String className)  
      • Methods inherited from class com.opensymphony.xwork2.spring.SpringObjectFactory

        autoWireBean, autoWireBean, findAutoWiringBeanFactory, getAutowireStrategy, isNoArgConstructorRequired, setAlwaysRespectAutowireStrategy, setApplicationContext, setApplicationContextPath, setAutowireStrategy, setEnableAopSupport, setUseClassCache
      • Methods inherited from class com.opensymphony.xwork2.ObjectFactory

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

      • BootstrapAwareObjectFactory

        public BootstrapAwareObjectFactory​(javax.servlet.ServletContext servletContext)