public class ServletApplicationFactory extends DefaultApplicationFactory
| Constructor and Description |
|---|
ServletApplicationFactory(InstanceProperties instance,
org.springframework.boot.actuate.autoconfigure.web.server.ManagementServerProperties management,
org.springframework.boot.autoconfigure.web.ServerProperties server,
javax.servlet.ServletContext servletContext,
org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints pathMappedEndpoints,
org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties webEndpoint,
MetadataContributor metadataContributor,
org.springframework.boot.autoconfigure.web.servlet.DispatcherServletPath dispatcherServletPath) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getDispatcherServletPrefix() |
protected String |
getManagementBaseUrl() |
protected String |
getManagementContextPath() |
protected String |
getServerContextPath() |
protected String |
getServiceUrl() |
createApplication, getEndpointsWebPath, getHealthEndpointPath, getHealthUrl, getHost, getLocalHost, getLocalManagementPort, getLocalServerPort, getManagementHost, getManagementUrl, getMetadata, getName, getScheme, getServiceBaseUrl, getServiceHost, getServicePath, isManagementPortEqual, onWebServerInitializedpublic ServletApplicationFactory(InstanceProperties instance, org.springframework.boot.actuate.autoconfigure.web.server.ManagementServerProperties management, org.springframework.boot.autoconfigure.web.ServerProperties server, javax.servlet.ServletContext servletContext, org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints pathMappedEndpoints, org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties webEndpoint, MetadataContributor metadataContributor, org.springframework.boot.autoconfigure.web.servlet.DispatcherServletPath dispatcherServletPath)
protected String getServiceUrl()
getServiceUrl in class DefaultApplicationFactoryprotected String getManagementBaseUrl()
getManagementBaseUrl in class DefaultApplicationFactoryprotected String getManagementContextPath()
protected String getServerContextPath()
protected String getDispatcherServletPrefix()
Copyright © 2021 codecentric AG. All rights reserved.