Interface ExtensibleHttpManagement.PathRemapper

  • Enclosing interface:
    ExtensibleHttpManagement

    public static interface ExtensibleHttpManagement.PathRemapper
    Converts a context relative path to a path appropriate for use with the /management context. The context portion of the path is not involved.
    • Method Detail

      • remapPath

        String remapPath​(String originalPath)
        Converts originalPath to a path appropriate for use with the /management context. The context portion of the path is not involved.
        Parameters:
        originalPath - the original request path, relative to the context
        Returns:
        the remapped path, which should be relative to the target context