类的使用
org.springframework.web.util.pattern.PathPatternParser
使用PathPatternParser的程序包 程序包 说明 org.springframework.web.cors.reactive Reactive support for CORS (Cross-Origin Resource Sharing), based on a commonCorsProcessorstrategy.org.springframework.web.reactive.function.server Provides the types that make up Spring's functional web framework for Reactive environments.org.springframework.web.reactive.handler Provides HandlerMapping implementations including abstract base classes.org.springframework.web.reactive.result.method Infrastructure for handler method processing.org.springframework.web.servlet.function Provides the types that make up Spring's functional web framework for Servlet environments.org.springframework.web.util.pattern Dedicated support for matching HTTP request paths.org.springframework.web.cors.reactive中PathPatternParser的使用
参数类型为PathPatternParser的org.springframework.web.cors.reactive中的构造器 构造器 说明 UrlBasedCorsConfigurationSource(PathPatternParser patternParser)Construct a newUrlBasedCorsConfigurationSourceinstance from the suppliedPathPatternParser.org.springframework.web.reactive.function.server中PathPatternParser的使用
参数类型为PathPatternParser的org.springframework.web.reactive.function.server中的方法 修饰符和类型 方法 说明 static Function<String,RequestPredicate>RequestPredicates. pathPredicates(PathPatternParser patternParser)Return a function that creates new path-matchingRequestPredicatesfrom pattern Strings using the givenPathPatternParser.org.springframework.web.reactive.handler中PathPatternParser的使用
返回PathPatternParser的org.springframework.web.reactive.handler中的方法 修饰符和类型 方法 说明 PathPatternParserAbstractHandlerMapping. getPathPatternParser()Return thePathPatternParserinstance that is used forCORS configuration checks.org.springframework.web.reactive.result.method中PathPatternParser的使用
返回PathPatternParser的org.springframework.web.reactive.result.method中的方法 修饰符和类型 方法 说明 PathPatternParserRequestMappingInfo.BuilderConfiguration. getPatternParser()参数类型为PathPatternParser的org.springframework.web.reactive.result.method中的方法 修饰符和类型 方法 说明 voidRequestMappingInfo.BuilderConfiguration. setPatternParser(PathPatternParser patternParser)org.springframework.web.servlet.function中PathPatternParser的使用
参数类型为PathPatternParser的org.springframework.web.servlet.function中的方法 修饰符和类型 方法 说明 static Function<String,RequestPredicate>RequestPredicates. pathPredicates(PathPatternParser patternParser)Return a function that creates new path-matchingRequestPredicatesfrom pattern Strings using the givenPathPatternParser.org.springframework.web.util.pattern中PathPatternParser的使用
声明为PathPatternParser的org.springframework.web.util.pattern中的字段 修饰符和类型 字段 说明 static PathPatternParserPathPatternParser. defaultInstanceShared, read-only instance ofPathPatternParser.参数类型为PathPatternParser的org.springframework.web.util.pattern中的构造器 构造器 说明 PathPatternRouteMatcher(PathPatternParser parser)Constructor with givenPathPatternParser.