public class PathRequirements extends Object
| Constructor and Description |
|---|
PathRequirements(String path,
net.unit8.http.router.Options requirements)
コンストラクタ。
|
| Modifier and Type | Method and Description |
|---|---|
String |
getPath()
パス定義を取得する。
|
net.unit8.http.router.Options |
getRequirements()
パスパラメータの書式定義を取得する
|
public PathRequirements(String path, net.unit8.http.router.Options requirements)
path - パス定義requirements - パスパラメータの書式定義public String getPath()
public net.unit8.http.router.Options getRequirements()
Copyright © 2020. All rights reserved.