Interface ManagementServletContext
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Provides information about the management servlet context for MVC controllers to use.
- Since:
- 2.0.0
- Author:
- Phillip Webb, Madhura Bhave
-
Method Summary
Modifier and TypeMethodDescriptionReturn the servlet path of the management server.
-
Method Details
-
getServletPath
String getServletPath()Return the servlet path of the management server.- Returns:
- the servlet path
-