public class PathVariableActionHandler extends JbootActionHandler
| 限定符和类型 | 类和说明 |
|---|---|
private class |
PathVariableActionHandler.PathVariableWrappedRequest
请求包装类用于将路径变量的URL中的额外参数加入request中
|
| 限定符和类型 | 字段和说明 |
|---|---|
private static com.jfinal.log.Log |
LOG |
| 构造器和说明 |
|---|
PathVariableActionHandler() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
handle(String target,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
boolean[] isHandled)
handle
1: Action action = actionMapping.getAction(target)
2: new Invocation(...).invoke()
3: render(...)
|
doAfterRender, doStartRender, getAction, getAction, getInvocation, getRealForwrdTo, handleActionException, handleException, handleTemplateException, handleValidException, isJspTargetprivate static final com.jfinal.log.Log LOG
public PathVariableActionHandler()
public void handle(String target, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, boolean[] isHandled)
handle 在类中 JbootActionHandlerCopyright © 2024. All rights reserved.