Class TomcatStarter
java.lang.Object
org.springframework.boot.web.server.tomcat.TomcatStarter
- All Implemented Interfaces:
ServletContainerInitializer
ServletContainerInitializer
used to trigger ServletContextInitializers
and track startup errors.- Since:
- 4.0.0
- Author:
- Phillip Webb, Andy Wilkinson
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
onStartup
(Set<Class<?>> classes, ServletContext servletContext)
-
Constructor Details
-
TomcatStarter
-
-
Method Details
-
onStartup
- Specified by:
onStartup
in interfaceServletContainerInitializer
- Throws:
ServletException
-