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 Summary

    Modifier and Type
    Method
    Description
    remapPath(String originalPath)
    Converts originalPath to a path appropriate for use with the /management context.
  • Method Details

    • 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