public class MappingMethodModel extends Object
Constructor and Description |
---|
MappingMethodModel(Method mapMethod,
RequestMapping methodMapping) |
Modifier and Type | Method and Description |
---|---|
Method |
getMapMethod() |
RequestMapping |
getMethodMapping() |
ResultKey |
getResultKey() |
Set<String> |
getUrlPatterns() |
View |
getView() |
void |
setMapMethod(Method mapMethod) |
void |
setMethodMapping(RequestMapping methodMapping) |
void |
setResultKey(ResultKey resultKey) |
void |
setUrlPatterns(Set<String> urlPatterns) |
void |
setView(View view) |
public MappingMethodModel(Method mapMethod, RequestMapping methodMapping)
public ResultKey getResultKey()
public void setResultKey(ResultKey resultKey)
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–2018 TinyGroup. All rights reserved.