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