@FunctionalInterfaceSE public interface JerseyApplicationPath
| 修飾子と型 | メソッドと説明 |
|---|---|
StringSE | getPath() アプリケーションの構成済みパスを返します。 |
default StringSE | getPrefix()URL のプレフィックスとして使用できるパスのクリーンアップバージョンを返します。 |
default StringSE | getRelativePath(StringSE path)Jersey アプリケーションパスに関連する指定されたパスの形式を返します。 |
default StringSE | getUrlMapping()Jersey のサーブレットをマップするために ServletRegistrationBean で使用できる URL マッピングパターンを返します。 |
StringSE getPath()
default StringSE getRelativePath(StringSE path)
path - 相対にするパス default StringSE getPrefix()
getRelativePath(String)default StringSE getUrlMapping()
ServletRegistrationBean で使用できる URL マッピングパターンを返します。Copyright © 2019 Pivotal Software, Inc.. All rights reserved.