Package grails.spring

Class WebBeanBuilder

  • All Implemented Interfaces:
    groovy.lang.GroovyObject

    public class WebBeanBuilder
    extends grails.spring.BeanBuilder
    Extended version of the BeanBuilder class that provides support for constructing WebApplicationContext instances
    Since:
    1.0
    • Constructor Summary

      Constructors 
      Constructor Description
      WebBeanBuilder()  
      WebBeanBuilder​(java.lang.ClassLoader classLoader)  
      WebBeanBuilder​(org.springframework.context.ApplicationContext parent)  
      WebBeanBuilder​(org.springframework.context.ApplicationContext parent, java.lang.ClassLoader classLoader)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected org.grails.spring.RuntimeSpringConfiguration createRuntimeSpringConfiguration​(org.springframework.context.ApplicationContext parent, java.lang.ClassLoader classLoader)  
      • Methods inherited from class grails.spring.BeanBuilder

        addToDeferred, bean, bean, beans, createApplicationContext, createDynamicElementReader, filterGStringReferences, finalizeDeferredProperties, getBeanDefinition, getBeanDefinitions, getLog, getParentCtx, getProperty, getSpringConfig, importBeans, importBeans, initializeBeanBuilderForClassLoader, initializeSpringConfig, invokeBeanDefiningClosure, invokeBeanDefiningMethod, invokeMethod, loadBeans, loadBeans, loadBeans, manageListIfNecessary, manageMapIfNecessary, registerBeans, registerBeans, resolveConstructorArguments, setBinding, setClassLoader, setNamespaceHandlerResolver, setProperty, setPropertyOnBeanConfig, setResourcePatternResolver, setSpringConfig, subarray, xmlns
      • Methods inherited from class groovy.lang.GroovyObjectSupport

        getMetaClass, setMetaClass
      • Methods inherited from class java.lang.Object

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

      • WebBeanBuilder

        public WebBeanBuilder()
      • WebBeanBuilder

        public WebBeanBuilder​(java.lang.ClassLoader classLoader)
      • WebBeanBuilder

        public WebBeanBuilder​(org.springframework.context.ApplicationContext parent)
      • WebBeanBuilder

        public WebBeanBuilder​(org.springframework.context.ApplicationContext parent,
                              java.lang.ClassLoader classLoader)
    • Method Detail

      • createRuntimeSpringConfiguration

        protected org.grails.spring.RuntimeSpringConfiguration createRuntimeSpringConfiguration​(org.springframework.context.ApplicationContext parent,
                                                                                                java.lang.ClassLoader classLoader)
        Overrides:
        createRuntimeSpringConfiguration in class grails.spring.BeanBuilder