| 程序包 | 说明 |
|---|---|
| com.ajaxjs.web.mvc |
| 限定符和类型 | 字段和说明 |
|---|---|
Map<String,Action> |
Action.children
下级路径集合
|
static Map<String,Action> |
IController.urlMappingTree
URL 与 Action 之间的映射树。
|
| 限定符和类型 | 方法和说明 |
|---|---|
static Action |
IController.findTreeByPath(Map<String,Action> tree,
Queue<String> queue,
String basePath) |
static Action |
IController.findTreeByPath(Map<String,Action> tree,
Queue<String> path,
String basePath,
boolean createIfEmpty)
输入队列,查找节点。
|
static Action |
IController.findTreeByPath(Map<String,Action> tree,
String path,
String basePath) |
static Action |
IController.findTreeByPath(Map<String,Action> tree,
String path,
String basePath,
boolean createIfEmpty) |
static Action |
IController.findTreeByPath(String path) |
| 限定符和类型 | 方法和说明 |
|---|---|
static Action |
IController.findTreeByPath(Map<String,Action> tree,
Queue<String> queue,
String basePath) |
static Action |
IController.findTreeByPath(Map<String,Action> tree,
Queue<String> path,
String basePath,
boolean createIfEmpty)
输入队列,查找节点。
|
static Action |
IController.findTreeByPath(Map<String,Action> tree,
String path,
String basePath) |
static Action |
IController.findTreeByPath(Map<String,Action> tree,
String path,
String basePath,
boolean createIfEmpty) |
Copyright © 2013–2021 AJAXJS. All rights reserved.