Interface ApplicationContextBuilder

    • Method Detail

      • withClassLoader

        ApplicationContextBuilder withClassLoader​(ClassLoader classLoader)
        Sets the class loader for the application context.
        Parameters:
        classLoader - class loader to use for the application context
        Returns:
        a shallow copy of this with classLoader set to the given value
      • withRegistry

        ApplicationContextBuilder withRegistry​(Registry registry)
        Sets the registry for the application context.
        Parameters:
        registry - registry to use for the application context
        Returns:
        a shallow copy of this with registry set to the given value
      • withContentDeliveryRuntimeFactory

        ApplicationContextBuilder withContentDeliveryRuntimeFactory​(ContentDeliveryRuntimeFactory contentDeliveryRuntimeFactory)
        Sets the content delivery runtime factory for the application context.
        Parameters:
        contentDeliveryRuntimeFactory - content delivery runtime factory to use for the application context
        Returns:
        a shallow copy of this with contentDeliveryRuntimeFactory set to the given value
      • withResourceLocator

        ApplicationContextBuilder withResourceLocator​(ContainerResourceLocator resourceLocator)
        Sets the resource locator for the application context.
        Parameters:
        resourceLocator - resource locator to use for the application context
        Returns:
        a shallow copy of this with resourceLocator set to the given value
      • withResourceConfigLoader

        ApplicationContextBuilder withResourceConfigLoader​(ResourceConfigLoader resourceConfigLoader)
        Sets the resource config loader for the application context.
        Parameters:
        resourceConfigLoader - resource config loader to use for the application context
        Returns:
        a shallow copy of this with resourceConfigLoader set to the given value
      • withReaderPoolFactory

        ApplicationContextBuilder withReaderPoolFactory​(ReaderPoolFactory readerPoolFactory)
        Sets reader pool factory for the application context.
        Parameters:
        readerPoolFactory - reader pool factory to use for the application context
        Returns:
        a shallow copy of this with readerPoolFactory set to the given value