类 FastMvcMappingRegister

java.lang.Object
com.codingapi.springboot.fast.mapping.FastMvcMappingRegister

public class FastMvcMappingRegister extends Object
  • 构造器详细资料

    • FastMvcMappingRegister

      public FastMvcMappingRegister(org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping handlerMapping)
  • 方法详细资料

    • addMapping

      public void addMapping(String url, org.springframework.web.bind.annotation.RequestMethod requestMethod, Object handler, Method method)
      add mvc mapping
      参数:
      url - mapping url
      requestMethod - request method
      handler - executor handler
      method - executor method
    • removeMapping

      public void removeMapping(String url, org.springframework.web.bind.annotation.RequestMethod requestMethod)
      remove mvc mapping
      参数:
      url - mapping url
      requestMethod - request method