类的使用
cn.taketoday.web.handler.HandlerExecutionChain
使用HandlerExecutionChain的程序包
-
cn.taketoday.web.handler中HandlerExecutionChain的使用
修饰符和类型方法说明protected HandlerExecutionChainAbstractHandlerMapping.getCorsHandlerExecutionChain(RequestContext request, HandlerExecutionChain chain, CorsConfiguration config) Update the HandlerExecutionChain for CORS-related handling.protected HandlerExecutionChainAbstractHandlerMapping.getHandlerExecutionChain(Object handler, RequestContext request) Build aHandlerExecutionChainfor the given handler, including applicable interceptors.修饰符和类型方法说明protected HandlerExecutionChainAbstractHandlerMapping.getCorsHandlerExecutionChain(RequestContext request, HandlerExecutionChain chain, CorsConfiguration config) Update the HandlerExecutionChain for CORS-related handling.