org.tinygroup.weblayer.mvc
类 HandlerExecutionChain
java.lang.Object
org.tinygroup.weblayer.mvc.HandlerExecutionChain
public class HandlerExecutionChain
- extends Object
功能说明: 根据http请求获取本次请求的处理相关对象
系统版本: v1.0
开发人员: renhui
开发时间: 2013-4-22
功能描述: 写明作用,调用方式,使用场景,以及特殊情况
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HandlerExecutionChain
public HandlerExecutionChain(MappingClassModel model,
MappingMethodModel methodModel)
getModel
public MappingClassModel getModel()
setModel
public void setModel(MappingClassModel model)
getMethodModel
public MappingMethodModel getMethodModel()
setMethodModel
public void setMethodModel(MappingMethodModel methodModel)
getContext
public WebContext getContext()
setContext
public void setContext(WebContext context)
execute
public void execute()
Copyright © 2006–2014 开源组织. All rights reserved.