org.tinygroup.weblayer.mvc
类 MappingMethodModel
java.lang.Object
org.tinygroup.weblayer.mvc.MappingMethodModel
public class MappingMethodModel
- extends Object
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MappingMethodModel
public MappingMethodModel(Method mapMethod,
RequestMapping methodMapping)
getMapMethod
public Method getMapMethod()
setMapMethod
public void setMapMethod(Method mapMethod)
getMethodMapping
public RequestMapping getMethodMapping()
setMethodMapping
public void setMethodMapping(RequestMapping methodMapping)
getUrlPatterns
public Set<String> getUrlPatterns()
setUrlPatterns
public void setUrlPatterns(Set<String> urlPatterns)
getView
public View getView()
setView
public void setView(View view)
Copyright © 2006–2014 开源组织. All rights reserved.