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 voidafterRefresh(org.springframework.context.ConfigurableApplicationContext context, org.springframework.boot.ApplicationArguments args) protected org.springframework.context.ConfigurableApplicationContextvoidonStartup(jakarta.servlet.ServletContext servletContext) protected voidrefresh(org.springframework.context.ConfigurableApplicationContext applicationContext) org.springframework.context.ConfigurableApplicationContextvoidsetBootManager(SpringBootManager bootManager) voidsetRegisterServletInitializer(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:
createApplicationContextin classorg.springframework.boot.SpringApplication
-
run
- Overrides:
runin classorg.springframework.boot.SpringApplication
-
refresh
protected void refresh(org.springframework.context.ConfigurableApplicationContext applicationContext) - Overrides:
refreshin classorg.springframework.boot.SpringApplication
-
afterRefresh
protected void afterRefresh(org.springframework.context.ConfigurableApplicationContext context, org.springframework.boot.ApplicationArguments args) - Overrides:
afterRefreshin classorg.springframework.boot.SpringApplication
-
onStartup
public void onStartup(jakarta.servlet.ServletContext servletContext) - Specified by:
onStartupin interfaceorg.springframework.boot.web.servlet.ServletContextInitializer
-