Class PortalApplicationContextInitializer

java.lang.Object
org.springframework.boot.web.servlet.support.SpringBootServletInitializer
io.meeds.spring.kernel.PortalApplicationContextInitializer
All Implemented Interfaces:
org.springframework.web.WebApplicationInitializer

public abstract class PortalApplicationContextInitializer extends org.springframework.boot.web.servlet.support.SpringBootServletInitializer
A super class used to define PortalApplicationContext as the Spring Application Builder to use
  • Field Summary

    Fields inherited from class org.springframework.boot.web.servlet.support.SpringBootServletInitializer

    logger
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected org.springframework.boot.builder.SpringApplicationBuilder
     
    void
    onStartup(jakarta.servlet.ServletContext servletContext)
     

    Methods inherited from class org.springframework.boot.web.servlet.support.SpringBootServletInitializer

    configure, createRootApplicationContext, deregisterJdbcDrivers, run, setRegisterErrorPageFilter, shutDownSharedReactorSchedulers

    Methods inherited from class java.lang.Object

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

    • PortalApplicationContextInitializer

      public PortalApplicationContextInitializer()
  • Method Details

    • onStartup

      public void onStartup(jakarta.servlet.ServletContext servletContext) throws jakarta.servlet.ServletException
      Specified by:
      onStartup in interface org.springframework.web.WebApplicationInitializer
      Overrides:
      onStartup in class org.springframework.boot.web.servlet.support.SpringBootServletInitializer
      Throws:
      jakarta.servlet.ServletException
    • createSpringApplicationBuilder

      protected org.springframework.boot.builder.SpringApplicationBuilder createSpringApplicationBuilder()
      Overrides:
      createSpringApplicationBuilder in class org.springframework.boot.web.servlet.support.SpringBootServletInitializer