Uses of Class
org.springframework.boot.web.server.AbstractConfigurableWebServerFactory.TempDirs
Packages that use AbstractConfigurableWebServerFactory.TempDirs
Package
Description
Servlet web server implementation backed by Jetty.
Reactive and servlet web server implementations backed by Tomcat.
Reactive web server implementation backed by Tomcat.
Servlet web server implementation backed by Tomcat.
-
Uses of AbstractConfigurableWebServerFactory.TempDirs in org.springframework.boot.jetty.servlet
Methods in org.springframework.boot.jetty.servlet with parameters of type AbstractConfigurableWebServerFactory.TempDirsModifier and TypeMethodDescriptionprotected final voidJettyServletWebServerFactory.configureWebAppContext(org.eclipse.jetty.ee11.webapp.WebAppContext context, AbstractConfigurableWebServerFactory.TempDirs tempDirs, ServletContextInitializer... initializers) Configure the given JettyWebAppContextfor use. -
Uses of AbstractConfigurableWebServerFactory.TempDirs in org.springframework.boot.tomcat
Methods in org.springframework.boot.tomcat with parameters of type AbstractConfigurableWebServerFactory.TempDirsModifier and TypeMethodDescriptionprotected TomcatTomcatWebServerFactory.createTomcat(AbstractConfigurableWebServerFactory.TempDirs tempDirs) Creates theTomcatweb server. -
Uses of AbstractConfigurableWebServerFactory.TempDirs in org.springframework.boot.tomcat.reactive
Methods in org.springframework.boot.tomcat.reactive with parameters of type AbstractConfigurableWebServerFactory.TempDirsModifier and TypeMethodDescriptionprotected voidTomcatReactiveWebServerFactory.prepareContext(Host host, TomcatHttpHandlerAdapter servlet, AbstractConfigurableWebServerFactory.TempDirs tempDirs) Prepares the context. -
Uses of AbstractConfigurableWebServerFactory.TempDirs in org.springframework.boot.tomcat.servlet
Methods in org.springframework.boot.tomcat.servlet with parameters of type AbstractConfigurableWebServerFactory.TempDirsModifier and TypeMethodDescriptionprotected voidTomcatServletWebServerFactory.prepareContext(Host host, ServletContextInitializer[] initializers, AbstractConfigurableWebServerFactory.TempDirs tempDirs) Prepares the context.