public class MappingNode<T> extends Object
| Constructor and Description |
|---|
MappingNode() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(String path,
T obj)
增加一个映射,将 obj 映射到 path 上,或 path 上的[?,*]
|
T |
get(ActionContext ac,
String path) |
T |
get(ActionContext ac,
String path,
String suffix) |
String |
toString() |
Copyright © 2017. All rights reserved.