Class ZatsSpringBootContextLoaderListener.ZatsSpringBootServletInitializer

java.lang.Object
org.springframework.boot.web.servlet.support.SpringBootServletInitializer
org.zkoss.zkspringboot.zats.ZatsSpringBootContextLoaderListener.ZatsSpringBootServletInitializer
All Implemented Interfaces:
org.springframework.web.WebApplicationInitializer
Enclosing class:
ZatsSpringBootContextLoaderListener

public static class ZatsSpringBootContextLoaderListener.ZatsSpringBootServletInitializer extends org.springframework.boot.web.servlet.support.SpringBootServletInitializer
  • 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
    configure(org.springframework.boot.builder.SpringApplicationBuilder builder)
     
    void
    onStartup(jakarta.servlet.ServletContext servletContext)
     

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

    createRootApplicationContext, createSpringApplicationBuilder, deregisterJdbcDrivers, run, setRegisterErrorPageFilter, shutDownSharedReactorSchedulers

    Methods inherited from class java.lang.Object

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

    • ZatsSpringBootServletInitializer

      public ZatsSpringBootServletInitializer()
    • ZatsSpringBootServletInitializer

      public ZatsSpringBootServletInitializer(String contextConfigLocation)
  • Method Details

    • onStartup

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

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