public class CPI extends Object
有利于在自定义扩展的 ActionHandler 中调用 Controller._init_(...) 与 Controller._clear_() 以及其它一切需要调用上面两个方法的场景 示例: CPI._init_(controller, request, response, urlPara); CPI._clear_(controller);
| 构造器和说明 |
|---|
CPI() |
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
_clear_(Controller controller) |
static void |
_init_(Controller controller,
Action action,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
String urlPara) |
static Action |
getAction(Controller controller) |
public static void _init_(Controller controller, Action action, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, String urlPara)
public static void _clear_(Controller controller)
public static Action getAction(Controller controller)
Copyright © 2022. All rights reserved.