| Interface | Description |
|---|---|
| PathOptionsFormatter |
ログに出力するために
PathOptions をフォーマットする機能を提供するインターフェース。 |
| PathOptionsProvider |
ルーティング定義を収集する機能を提供するインターフェース。
|
| Class | Description |
|---|---|
| NablarchControllerDetector | |
| PathOptions |
パスと、それに割り当てられている
Options のセット。 |
| PathOptionsProviderRoutesMapping |
PathOptionsProvider から取得したルーティング定義をベースにActionメソッドを特定するハンドラ。 |
| RoutesMapping |
Routes定義ファイルをベースにActionメソッドを特定するハンドラ。
本ハンドラを使用することで、自由なURLを使用することができる。
|
| RoutesMethodBinder |
ルーティング用の
MethodBinderの実装クラス。 |
| RoutesMethodBinderFactory |
RoutesMethodBinderを生成するファクトリクラス。 |
| SimplePathOptionsFormatter |
PathOptions を単純な形式でフォーマットする機能を提供するクラス。 |