| パッケージ | 説明 |
|---|---|
| net.unit8.http.router | |
| net.unit8.http.router.recognizer | |
| net.unit8.http.router.segment |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
Options |
Options.$(String key,
Object value) |
Options |
RouteBuilder.assignRouteOptions(List<Segment> segments,
Options defaults,
Options requirements) |
Options[] |
RouteBuilder.divideRouteOptions(List<Segment> segments,
Options options) |
Options |
Options.except(String... keys) |
static Options |
Options.newInstance() |
static Options |
UrlRewriter.parseOptionString(String optionString) |
Options |
Route.recognize(String path,
String method) |
abstract Options |
Recognizer.recognize(String path,
String method) |
static Options |
Routes.recognizePath(String path) |
static Options |
Routes.recognizePath(String path,
String method) |
Options |
RouteSet.recognizePath(String path,
String method) |
Options |
Options.takeoutOptions(String key) |
| コンストラクタと説明 |
|---|
Route(List<Segment> segments,
Options requirements,
Options conditions) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
Options |
OptimizedRecognizer.recognize(String path,
String method) |
Options |
SimpleRecognizer.recognize(String path,
String method) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
String |
DynamicSegment.interpolationChunk(Options hash) |
String |
PathSegment.interpolationChunk(Options hash) |
String |
StaticSegment.interpolationChunk(Options hash) |
String |
OptionalFormatSegment.interpolationChunk(Options hash) |
String |
ControllerSegment.interpolationChunk(Options hash) |
void |
DynamicSegment.matchExtraction(Options params,
Matcher match,
int nextCapture) |
void |
PathSegment.matchExtraction(Options params,
Matcher match,
int nextCapture) |
void |
OptionalFormatSegment.matchExtraction(Options params,
Matcher match,
int nextCapture) |
void |
ControllerSegment.matchExtraction(Options params,
Matcher match,
int nextCapture) |
String |
DynamicSegment.stringStructure(List<Segment> list,
Options hash) |
| コンストラクタと説明 |
|---|
ControllerSegment(String value,
Options options) |
DividerSegment(String value,
Options options) |
DynamicSegment(String key,
Options options) |
OptionalFormatSegment(String key,
Options options) |
PathSegment(String key,
Options options) |
StaticSegment(String value,
Options options) |
Copyright © 2018. All rights reserved.