@Component public class RestServletInitializer extends Object implements org.springframework.boot.web.server.WebServerFactoryCustomizer<org.springframework.boot.web.server.AbstractConfigurableWebServerFactory>, org.springframework.boot.web.servlet.ServletContextInitializer
| Constructor and Description |
|---|
RestServletInitializer() |
| Modifier and Type | Method and Description |
|---|---|
void |
customize(org.springframework.boot.web.server.AbstractConfigurableWebServerFactory factory) |
void |
onStartup(javax.servlet.ServletContext servletContext) |
public void customize(org.springframework.boot.web.server.AbstractConfigurableWebServerFactory factory)
customize in interface org.springframework.boot.web.server.WebServerFactoryCustomizer<org.springframework.boot.web.server.AbstractConfigurableWebServerFactory>public void onStartup(javax.servlet.ServletContext servletContext)
throws javax.servlet.ServletException
onStartup in interface org.springframework.boot.web.servlet.ServletContextInitializerjavax.servlet.ServletExceptionCopyright © 2017–2022 The Apache Software Foundation. All rights reserved.