|
|
|
@ -22,14 +22,14 @@ import org.springframework.core.annotation.AnnotationUtils; |
|
|
|
import org.springframework.stereotype.Controller; |
|
|
|
import org.springframework.stereotype.Controller; |
|
|
|
import org.springframework.util.PathMatcher; |
|
|
|
import org.springframework.util.PathMatcher; |
|
|
|
import org.springframework.web.bind.annotation.RequestMapping; |
|
|
|
import org.springframework.web.bind.annotation.RequestMapping; |
|
|
|
|
|
|
|
import org.springframework.web.servlet.mvc.condition.ConsumesRequestCondition; |
|
|
|
|
|
|
|
import org.springframework.web.servlet.mvc.condition.HeadersRequestCondition; |
|
|
|
|
|
|
|
import org.springframework.web.servlet.mvc.condition.ParamsRequestCondition; |
|
|
|
|
|
|
|
import org.springframework.web.servlet.mvc.condition.PatternsRequestCondition; |
|
|
|
|
|
|
|
import org.springframework.web.servlet.mvc.condition.ProducesRequestCondition; |
|
|
|
|
|
|
|
import org.springframework.web.servlet.mvc.condition.RequestMethodsRequestCondition; |
|
|
|
import org.springframework.web.servlet.mvc.method.RequestMappingInfo; |
|
|
|
import org.springframework.web.servlet.mvc.method.RequestMappingInfo; |
|
|
|
import org.springframework.web.servlet.mvc.method.RequestMappingInfoHandlerMapping; |
|
|
|
import org.springframework.web.servlet.mvc.method.RequestMappingInfoHandlerMapping; |
|
|
|
import org.springframework.web.servlet.mvc.method.condition.ConsumesRequestCondition; |
|
|
|
|
|
|
|
import org.springframework.web.servlet.mvc.method.condition.HeadersRequestCondition; |
|
|
|
|
|
|
|
import org.springframework.web.servlet.mvc.method.condition.ParamsRequestCondition; |
|
|
|
|
|
|
|
import org.springframework.web.servlet.mvc.method.condition.PatternsRequestCondition; |
|
|
|
|
|
|
|
import org.springframework.web.servlet.mvc.method.condition.ProducesRequestCondition; |
|
|
|
|
|
|
|
import org.springframework.web.servlet.mvc.method.condition.RequestMethodsRequestCondition; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
/** |
|
|
|
* A sub-class of {@link RequestMappingInfoHandlerMapping} that prepares {@link RequestMappingInfo}s |
|
|
|
* A sub-class of {@link RequestMappingInfoHandlerMapping} that prepares {@link RequestMappingInfo}s |
|
|
|
|