Uses of Class
org.springframework.http.server.PathContainer.Options
Packages that use PathContainer.Options Package Description org.springframework.http.server Contains an abstraction over server-side HTTP.org.springframework.web.util.pattern Dedicated support for matching HTTP request paths.Uses of PathContainer.Options in org.springframework.http.server
Fields in org.springframework.http.server declared as PathContainer.Options Modifier and Type Field Description static PathContainer.OptionsPathContainer.Options. HTTP_PATHOptions for HTTP URL paths:static PathContainer.OptionsPathContainer.Options. MESSAGE_ROUTEOptions for a message route:Methods in org.springframework.http.server that return PathContainer.Options Modifier and Type Method Description static PathContainer.OptionsPathContainer.Options. create(char separator, boolean decodeAndParseSegments)Create anPathContainer.Optionsinstance with the given settings.Methods in org.springframework.http.server with parameters of type PathContainer.Options Modifier and Type Method Description static PathContainerPathContainer. parsePath(String path, PathContainer.Options options)Parse the path value into a sequence ofSeparatorandPathSegmentelements.Uses of PathContainer.Options in org.springframework.web.util.pattern
Methods in org.springframework.web.util.pattern that return PathContainer.Options Modifier and Type Method Description PathContainer.OptionsPathPatternParser. getPathOptions()Return theconfiguredpattern parsing options.Methods in org.springframework.web.util.pattern with parameters of type PathContainer.Options Modifier and Type Method Description voidPathPatternParser. setPathOptions(PathContainer.Options pathOptions)Set options for parsing patterns.