Class UiController
java.lang.Object
de.codecentric.boot.admin.server.ui.web.UiController
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic class -
Constructor Summary
ConstructorsConstructorDescriptionUiController(String publicUrl, UiExtensions uiExtensions, UiController.Settings uiSettings) -
Method Summary
Modifier and TypeMethodDescriptiongetBaseUrl(org.springframework.web.util.UriComponentsBuilder uriBuilder) index()login()
-
Constructor Details
-
UiController
-
-
Method Details
-
getBaseUrl
@ModelAttribute(value="baseUrl", binding=false) public String getBaseUrl(org.springframework.web.util.UriComponentsBuilder uriBuilder) -
getUiSettings
-
getCssExtensions
-
getJsExtensions
-
getUser
-
index
@GetMapping(path="/", produces="text/html") @RegisterReflectionForBinding(java.lang.String.class) public String index() -
sbaSettings
-
variablesCss
-
login
-