类的使用
org.springframework.http.server.PathContainer.Options
使用PathContainer.Options的程序包 程序包 说明 org.springframework.http.server Contains an abstraction over server-side HTTP.org.springframework.web.util.pattern Dedicated support for matching HTTP request paths.org.springframework.http.server中PathContainer.Options的使用
声明为PathContainer.Options的org.springframework.http.server中的字段 修饰符和类型 字段 说明 static PathContainer.OptionsPathContainer.Options. HTTP_PATHOptions for HTTP URL paths:static PathContainer.OptionsPathContainer.Options. MESSAGE_ROUTEOptions for a message route:返回PathContainer.Options的org.springframework.http.server中的方法 修饰符和类型 方法 说明 static PathContainer.OptionsPathContainer.Options. create(char separator, boolean decodeAndParseSegments)Create anPathContainer.Optionsinstance with the given settings.参数类型为PathContainer.Options的org.springframework.http.server中的方法 修饰符和类型 方法 说明 static PathContainerPathContainer. parsePath(String path, PathContainer.Options options)Parse the path value into a sequence ofSeparatorandPathSegmentelements.org.springframework.web.util.pattern中PathContainer.Options的使用
返回PathContainer.Options的org.springframework.web.util.pattern中的方法 修饰符和类型 方法 说明 PathContainer.OptionsPathPatternParser. getPathOptions()Return theconfiguredpattern parsing options.参数类型为PathContainer.Options的org.springframework.web.util.pattern中的方法 修饰符和类型 方法 说明 voidPathPatternParser. setPathOptions(PathContainer.Options pathOptions)Set options for parsing patterns.