Class BootManagerDelegatedSpringApplication

java.lang.Object
org.springframework.boot.SpringApplication
eu.rarogsoftware.rarog.platform.app.boot.BootManagerDelegatedSpringApplication
All Implemented Interfaces:
org.springframework.boot.web.servlet.ServletContextInitializer

public class BootManagerDelegatedSpringApplication extends org.springframework.boot.SpringApplication implements org.springframework.boot.web.servlet.ServletContextInitializer
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.springframework.boot.SpringApplication

    org.springframework.boot.SpringApplication.AbandonedRunException
  • Field Summary

    Fields inherited from class org.springframework.boot.SpringApplication

    BANNER_LOCATION_PROPERTY, BANNER_LOCATION_PROPERTY_VALUE
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    BootManagerDelegatedSpringApplication(org.springframework.core.io.ResourceLoader resourceLoader, Class<?>... primarySources)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    afterRefresh(org.springframework.context.ConfigurableApplicationContext context, org.springframework.boot.ApplicationArguments args)
     
    protected org.springframework.context.ConfigurableApplicationContext
     
    void
    onStartup(jakarta.servlet.ServletContext servletContext)
     
    protected void
    refresh(org.springframework.context.ConfigurableApplicationContext applicationContext)
     
    org.springframework.context.ConfigurableApplicationContext
    run(String... args)
     
    void
     
    void
    setRegisterServletInitializer(boolean registerServletInitializer)
     

    Methods inherited from class org.springframework.boot.SpringApplication

    addBootstrapRegistryInitializer, addInitializers, addListeners, addPrimarySources, applyInitializers, bindToSpringApplication, configureEnvironment, configureProfiles, configurePropertySources, createBeanDefinitionLoader, exit, getAdditionalProfiles, getAllSources, getApplicationLog, getApplicationStartup, getClassLoader, getEnvironmentPrefix, getInitializers, getListeners, getMainApplicationClass, getResourceLoader, getShutdownHandlers, getSources, getWebApplicationType, load, logStartupInfo, logStartupProfileInfo, main, postProcessApplicationContext, registerLoggedException, run, run, setAddCommandLineProperties, setAddConversionService, setAdditionalProfiles, setAllowBeanDefinitionOverriding, setAllowCircularReferences, setApplicationContextFactory, setApplicationStartup, setBanner, setBannerMode, setBeanNameGenerator, setDefaultProperties, setDefaultProperties, setEnvironment, setEnvironmentPrefix, setHeadless, setInitializers, setLazyInitialization, setListeners, setLogStartupInfo, setMainApplicationClass, setRegisterShutdownHook, setResourceLoader, setSources, setWebApplicationType, withHook, withHook

    Methods inherited from class java.lang.Object

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

    • BootManagerDelegatedSpringApplication

      public BootManagerDelegatedSpringApplication(Class<?>... primarySources)
    • BootManagerDelegatedSpringApplication

      public BootManagerDelegatedSpringApplication(org.springframework.core.io.ResourceLoader resourceLoader, Class<?>... primarySources)
  • Method Details

    • setBootManager

      public void setBootManager(SpringBootManager bootManager)
    • setRegisterServletInitializer

      public void setRegisterServletInitializer(boolean registerServletInitializer)
    • createApplicationContext

      protected org.springframework.context.ConfigurableApplicationContext createApplicationContext()
      Overrides:
      createApplicationContext in class org.springframework.boot.SpringApplication
    • run

      public org.springframework.context.ConfigurableApplicationContext run(String... args)
      Overrides:
      run in class org.springframework.boot.SpringApplication
    • refresh

      protected void refresh(org.springframework.context.ConfigurableApplicationContext applicationContext)
      Overrides:
      refresh in class org.springframework.boot.SpringApplication
    • afterRefresh

      protected void afterRefresh(org.springframework.context.ConfigurableApplicationContext context, org.springframework.boot.ApplicationArguments args)
      Overrides:
      afterRefresh in class org.springframework.boot.SpringApplication
    • onStartup

      public void onStartup(jakarta.servlet.ServletContext servletContext)
      Specified by:
      onStartup in interface org.springframework.boot.web.servlet.ServletContextInitializer