org.tinygroup.weblayer.mvc
类 MappingMethodModel

java.lang.Object
  继承者 org.tinygroup.weblayer.mvc.MappingMethodModel

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)
           
 
从类 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–2013 开源组织. All rights reserved.