@Configuration @ConditionalOnWebApplication @ConditionalOnClass(value=org.togglz.console.TogglzConsoleServlet.class) @ConditionalOnBean(value=org.springframework.boot.actuate.autoconfigure.web.server.ManagementServerProperties.class) @Conditional(value=TogglzConsoleBaseConfiguration.OnConsoleAndUseManagementPort.class) protected static class TogglzManagementContextConfiguration.TogglzConsoleConfiguration extends TogglzConsoleBaseConfiguration
TogglzConsoleBaseConfiguration.OnConsoleAndNotUseManagementPort, TogglzConsoleBaseConfiguration.OnConsoleAndUseManagementPort| Modifier | Constructor and Description |
|---|---|
protected |
TogglzConsoleConfiguration(TogglzProperties properties,
org.springframework.boot.actuate.autoconfigure.web.server.ManagementServerProperties managementServerProperties) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getContextPath() |
togglzConsoleprotected TogglzConsoleConfiguration(TogglzProperties properties, org.springframework.boot.actuate.autoconfigure.web.server.ManagementServerProperties managementServerProperties)
protected String getContextPath()
getContextPath in class TogglzConsoleBaseConfigurationCopyright © 2022. All rights reserved.