Class FormEngineFactoryBean

  • All Implemented Interfaces:
    org.springframework.beans.factory.Aware, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.FactoryBean<FormEngine>, org.springframework.context.ApplicationContextAware

    public class FormEngineFactoryBean
    extends java.lang.Object
    implements org.springframework.beans.factory.FactoryBean<FormEngine>, org.springframework.beans.factory.DisposableBean, org.springframework.context.ApplicationContextAware
    Author:
    Dave Syer, Tijs Rademakers, Joram Barrez, Josh Long
    • Field Detail

      • applicationContext

        protected org.springframework.context.ApplicationContext applicationContext
    • Constructor Detail

      • FormEngineFactoryBean

        public FormEngineFactoryBean()
    • Method Detail

      • destroy

        public void destroy()
                     throws java.lang.Exception
        Specified by:
        destroy in interface org.springframework.beans.factory.DisposableBean
        Throws:
        java.lang.Exception
      • 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
      • getObject

        public FormEngine getObject()
                             throws java.lang.Exception
        Specified by:
        getObject in interface org.springframework.beans.factory.FactoryBean<FormEngine>
        Throws:
        java.lang.Exception
      • configureExternallyManagedTransactions

        protected void configureExternallyManagedTransactions()
      • getObjectType

        public java.lang.Class<FormEngine> getObjectType()
        Specified by:
        getObjectType in interface org.springframework.beans.factory.FactoryBean<FormEngine>
      • isSingleton

        public boolean isSingleton()
        Specified by:
        isSingleton in interface org.springframework.beans.factory.FactoryBean<FormEngine>
      • setFormEngineConfiguration

        public void setFormEngineConfiguration​(FormEngineConfiguration formEngineConfiguration)