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
ConstructorsConstructorDescriptionBootManagerDelegatedSpringApplication
(Class<?>... primarySources) BootManagerDelegatedSpringApplication
(org.springframework.core.io.ResourceLoader resourceLoader, Class<?>... primarySources) -
Method Summary
Modifier and TypeMethodDescriptionprotected 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
void
setBootManager
(SpringBootManager bootManager) 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
-
Constructor Details
-
BootManagerDelegatedSpringApplication
-
BootManagerDelegatedSpringApplication
public BootManagerDelegatedSpringApplication(org.springframework.core.io.ResourceLoader resourceLoader, Class<?>... primarySources)
-
-
Method Details
-
setBootManager
-
setRegisterServletInitializer
public void setRegisterServletInitializer(boolean registerServletInitializer) -
createApplicationContext
protected org.springframework.context.ConfigurableApplicationContext createApplicationContext()- Overrides:
createApplicationContext
in classorg.springframework.boot.SpringApplication
-
run
- Overrides:
run
in classorg.springframework.boot.SpringApplication
-
refresh
protected void refresh(org.springframework.context.ConfigurableApplicationContext applicationContext) - Overrides:
refresh
in classorg.springframework.boot.SpringApplication
-
afterRefresh
protected void afterRefresh(org.springframework.context.ConfigurableApplicationContext context, org.springframework.boot.ApplicationArguments args) - Overrides:
afterRefresh
in classorg.springframework.boot.SpringApplication
-
onStartup
public void onStartup(jakarta.servlet.ServletContext servletContext) - Specified by:
onStartup
in interfaceorg.springframework.boot.web.servlet.ServletContextInitializer
-