org.tinygroup.weblayer.mvc
public class HandlerExecutionChain extends Object
开发人员: renhui
开发时间: 2013-4-22
| Constructor and 描述 |
|---|
HandlerExecutionChain(MappingClassModel model,
MappingMethodModel methodModel) |
| Modifier and Type | Method and 描述 |
|---|---|
void |
execute() |
WebContext |
getContext() |
MappingMethodModel |
getMethodModel() |
MappingClassModel |
getModel() |
void |
setContext(WebContext context) |
void |
setMethodModel(MappingMethodModel methodModel) |
void |
setModel(MappingClassModel model) |
public HandlerExecutionChain(MappingClassModel model, MappingMethodModel methodModel)
public MappingClassModel getModel()
public void setModel(MappingClassModel model)
public MappingMethodModel getMethodModel()
public void setMethodModel(MappingMethodModel methodModel)
public WebContext getContext()
public void setContext(WebContext context)
public void execute()
throws javax.servlet.ServletException,
IOException,
ClassNotFoundException
javax.servlet.ServletExceptionIOExceptionClassNotFoundExceptionCopyright © 2006–2015 TinyGroup. All rights reserved.