Uses of Class
org.springframework.http.server.PathContainer.Options
Package
Description
Contains an abstraction over server-side HTTP.
Dedicated support for matching HTTP request paths.
-
Uses of PathContainer.Options in org.springframework.http.server
Modifier and TypeFieldDescriptionstatic final PathContainer.Options
PathContainer.Options.HTTP_PATH
Options for HTTP URL paths.static final PathContainer.Options
PathContainer.Options.MESSAGE_ROUTE
Options for a message route.Modifier and TypeMethodDescriptionstatic PathContainer.Options
PathContainer.Options.create
(char separator, boolean decodeAndParseSegments) Create anPathContainer.Options
instance with the given settings.Modifier and TypeMethodDescriptionstatic PathContainer
PathContainer.parsePath
(String path, PathContainer.Options options) Parse the path value into a sequence ofSeparator
andPathSegment
elements. -
Uses of PathContainer.Options in org.springframework.web.util.pattern
Modifier and TypeMethodDescriptionPathPatternParser.getPathOptions()
Get theconfigured
pattern parsing options.Modifier and TypeMethodDescriptionvoid
PathPatternParser.setPathOptions
(PathContainer.Options pathOptions) Set options for parsing patterns.