Class PathRequirements

java.lang.Object
nablarch.integration.router.jaxrs.PathRequirements

public class PathRequirements extends Object
パス定義と、パスパラメータの書式定義(requirements)のセット。
  • Constructor Details

    • PathRequirements

      public PathRequirements(String path, net.unit8.http.router.Options requirements)
      コンストラクタ。
      Parameters:
      path - パス定義
      requirements - パスパラメータの書式定義
  • Method Details

    • getPath

      public String getPath()
      パス定義を取得する。
      Returns:
      パス定義
    • getRequirements

      public net.unit8.http.router.Options getRequirements()
      パスパラメータの書式定義を取得する
      Returns:
      パスパラメータの書式定義