public class MappingMethodModel extends Object
| 构造器和说明 |
|---|
MappingMethodModel(Method mapMethod,
RequestMapping methodMapping) |
| 限定符和类型 | 方法和说明 |
|---|---|
Method |
getMapMethod() |
RequestMapping |
getMethodMapping() |
Set<String> |
getUrlPatterns() |
View |
getView() |
void |
setMapMethod(Method mapMethod) |
void |
setMethodMapping(RequestMapping methodMapping) |
void |
setUrlPatterns(Set<String> urlPatterns) |
void |
setView(View view) |
public MappingMethodModel(Method mapMethod, RequestMapping methodMapping)
public Method getMapMethod()
public void setMapMethod(Method mapMethod)
public RequestMapping getMethodMapping()
public void setMethodMapping(RequestMapping methodMapping)
public View getView()
public void setView(View view)
Copyright © 2006-2013 开源组织. All Rights Reserved.