类 FastMvcMappingRegister
java.lang.Object
com.codingapi.springboot.fast.mapping.FastMvcMappingRegister
-
构造器概要
构造器构造器说明FastMvcMappingRegister(org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping handlerMapping) -
方法概要
修饰符和类型方法说明voidaddMapping(String url, org.springframework.web.bind.annotation.RequestMethod requestMethod, Object handler, Method method) add mvc mappingvoidremoveMapping(String url, org.springframework.web.bind.annotation.RequestMethod requestMethod) remove mvc mapping
-
构造器详细资料
-
FastMvcMappingRegister
public FastMvcMappingRegister(org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping handlerMapping)
-
-
方法详细资料
-
addMapping
-
removeMapping
public void removeMapping(String url, org.springframework.web.bind.annotation.RequestMethod requestMethod) remove mvc mapping- 参数:
url- mapping urlrequestMethod- request method
-