接口 PathProvider


public interface PathProvider
  • 方法详细资料

    • getApplicationBasePath

      String getApplicationBasePath()
      Gets the application base path
      返回:
      application base path
    • getOperationPath

      String getOperationPath(String operationPath)
      Gets the sanitized and prepended with a "/" operation path
      参数:
      operationPath - - raw operation path
      返回:
      sanitized and prepended with a "/" operation path
    • getResourceListingPath

      String getResourceListingPath(String groupName, String apiDeclaration)
      Gets the resource listing path given a group name and api
      参数:
      groupName - - group this resource listing belongs to
      apiDeclaration - - declared api name
      返回:
      this