Interface ServerContextPathProvider

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 ServerContextPathProvider
A contract for providing a context path to a server.
Since:
1.2.8
  • Method Summary

    Modifier and Type
    Method
    Description
    @Nullable String
     
  • Method Details

    • getContextPath

      @Nullable @Nullable String getContextPath()
      Returns:
      The server context path, or null