类 MappedInterceptor

java.lang.Object
cn.taketoday.web.handler.MappedInterceptor
所有已实现的接口:
HandlerInterceptor

public final class MappedInterceptor extends Object implements HandlerInterceptor
Wraps a HandlerInterceptor and uses URL patterns to determine whether it applies to a given request.

Pattern matching can be done with PathMatcher or with parsed PathPattern. The syntax is largely the same with the latter being more tailored for web usage and more efficient.

从以下版本开始:
4.0 2022/4/18 15:36
作者:
Keith Donald, Rossen Stoyanchev, Brian Clozel, Harry Yang