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.

    @FunctionalInterface
    public interface ManagementServletContext
    Provides information about the management servlet context for MVC controllers to use.
    Since:
    2.0.0
    • Method Detail

      • getServletPath

        String getServletPath()
        Return the servlet path of the management server.
        Returns:
        the servlet path