| 程序包 | 说明 |
|---|---|
| com.jfinal.aop | |
| com.jfinal.core |
| 构造器和说明 |
|---|
Invocation(Action action,
Controller controller) |
| 限定符和类型 | 字段和说明 |
|---|---|
protected Map<String,Action> |
ActionMapping.mapping |
| 限定符和类型 | 方法和说明 |
|---|---|
Action |
JFinal.getAction(String url,
String[] urlPara) |
Action |
ActionMapping.getAction(String url,
String[] urlPara)
Support four types of url
1: http://abc.com/controllerKey ---> 00
2: http://abc.com/controllerKey/para ---> 01
3: http://abc.com/controllerKey/method ---> 10
4: http://abc.com/controllerKey/method/para ---> 11
The controllerKey can also contains "/"
Example: http://abc.com/uvw/xyz/method/para
|
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
CPI.init(Controller controller,
Action action,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
String urlPara) |
static void |
ActionReporter.report(String target,
Controller controller,
Action action)
Report the action
|
Copyright © 2017. All rights reserved.