ConfigurableServletWebServerFactory
interface ConfigurableServletWebServerFactory : ConfigurableWebServerFactory, ServletWebServerFactory, WebListenerRegistry
A configurable ServletWebServerFactory.
Author
Dave Syer
Andy Wilkinson
Stephane Nicoll
Eddú Meléndez
Brian Clozel
Since
2.0.0
See also
Inheritors
Functions
Link copied to clipboard
Add CookieSameSiteSuppliers to those that should be used to obtain the SameSite attribute of any added cookie.
Link copied to clipboard
Adds error pages that will be used when handling exceptions.
Link copied to clipboard
Add ServletContextInitializers to those that should be applied in addition to getWebServer parameters.
Link copied to clipboard
Adds mime-type mappings.
Link copied to clipboard
Adds web listeners that will be registered with the servlet container.
Link copied to clipboard
Gets a new fully configured but paused WebServer instance.
Link copied to clipboard
Sets the specific network address that the server should bind to.
Link copied to clipboard
Sets the compression configuration that will be applied to the server's default connector.
Link copied to clipboard
Sets the context path for the web server.
Link copied to clipboard
Sets CookieSameSiteSuppliers that should be used to obtain the SameSite attribute of any added cookie.
Link copied to clipboard
Sets the display name of the application deployed in the web server.
Link copied to clipboard
Sets the document root directory which will be used by the web context to serve static files.
Link copied to clipboard
Sets the error pages that will be used when handling exceptions.
Link copied to clipboard
Sets ServletContextInitializer that should be applied in addition to getWebServer parameters.
Link copied to clipboard
Sets the init parameters that are applied to the container's ServletContext.
Link copied to clipboard
Sets the Locale to Charset mappings.
Link copied to clipboard
Sets the mime-type mappings.
Link copied to clipboard
Set if the DefaultServlet should be registered.
Link copied to clipboard
Sets the server header value.
Link copied to clipboard
Sets the configuration that will be applied to the container's HTTP session support.
Link copied to clipboard
Sets the shutdown configuration that will be applied to the server.
Link copied to clipboard
Sets the SSL bundles that can be used to configure SSL connections.