Class NoIndexChildApplicationContextFactory

All Implemented Interfaces:
EventListener, ApplicationContextFactory, PropertyBackedBean, PropertyBackedBeanState, PropertyBackedBeanWithMonitor, org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware, org.springframework.context.ApplicationListener<org.springframework.context.ApplicationEvent>

public class NoIndexChildApplicationContextFactory extends ChildApplicationContextFactory
  • Constructor Details

    • NoIndexChildApplicationContextFactory

      public NoIndexChildApplicationContextFactory()
  • Method Details

    • destroy

      protected void destroy(boolean isPermanent)
      Description copied from class: AbstractPropertyBackedBean
      Releases any resources held by this component.
      Overrides:
      destroy in class ChildApplicationContextFactory
      Parameters:
      isPermanent - is the component being destroyed forever, i.e. should persisted values be removed? On server shutdown, this value would be false, whereas on the removal of a dynamically created instance, this value would be true.