Uses of Class
org.springframework.web.util.UrlPathHelper
Packages that use UrlPathHelper
Package
Description
Support for CORS (Cross-Origin Resource Sharing),
based on a common
CorsProcessor
strategy.Annotation-based setup for Spring MVC.
Provides standard HandlerMapping implementations,
including abstract base classes for custom implementations.
Standard controller implementations for the Servlet MVC framework that comes with
Spring.
Common MVC logic for matching incoming requests based on conditions.
Servlet-based infrastructure for handler method processing,
building on the
org.springframework.web.method
package.MVC infrastructure for annotation-based handler method processing, building on the
org.springframework.web.method.annotation
package.Support classes for serving static resources.
Support classes for Spring's web MVC framework.
Support for annotation-based WebSocket setup in configuration classes.
Miscellaneous web utility classes, such as HTML escaping and cookie handling.
-
Uses of UrlPathHelper in org.springframework.web.cors
Methods in org.springframework.web.cors with parameters of type UrlPathHelperModifier and TypeMethodDescriptionvoid
UrlBasedCorsConfigurationSource.setUrlPathHelper
(UrlPathHelper urlPathHelper) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of UrlPathHelper in org.springframework.web.servlet.config.annotation
Methods in org.springframework.web.servlet.config.annotation that return UrlPathHelperModifier and TypeMethodDescriptionPathMatchConfigurer.getUrlPathHelper()
Deprecated, for removal: This API element is subject to removal in a future version.protected UrlPathHelper
PathMatchConfigurer.getUrlPathHelperOrDefault()
Deprecated, for removal: This API element is subject to removal in a future version.use ofPathMatcher
andUrlPathHelper
is deprecated for use at runtime in web modules in favor of parsed patterns withPathPatternParser
.WebMvcConfigurationSupport.mvcUrlPathHelper()
Deprecated, for removal: This API element is subject to removal in a future version.use ofPathMatcher
andUrlPathHelper
is deprecated for use at runtime in web modules in favor of parsed patterns withPathPatternParser
.Methods in org.springframework.web.servlet.config.annotation with parameters of type UrlPathHelperModifier and TypeMethodDescriptionPathMatchConfigurer.setUrlPathHelper
(UrlPathHelper urlPathHelper) Deprecated, for removal: This API element is subject to removal in a future version.use ofPathMatcher
andUrlPathHelper
is deprecated for use at runtime in web modules in favor of parsed patterns withPathPatternParser
.Constructors in org.springframework.web.servlet.config.annotation with parameters of type UrlPathHelperModifierConstructorDescriptionResourceHandlerRegistry
(ApplicationContext applicationContext, ServletContext servletContext, @Nullable ContentNegotiationManager contentNegotiationManager, @Nullable UrlPathHelper pathHelper) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of UrlPathHelper in org.springframework.web.servlet.handler
Methods in org.springframework.web.servlet.handler that return UrlPathHelperModifier and TypeMethodDescriptionAbstractHandlerMapping.getUrlPathHelper()
Deprecated, for removal: This API element is subject to removal in a future version.use ofPathMatcher
andUrlPathHelper
is deprecated for use at runtime in web modules in favor of parsed patterns withPathPatternParser
.Methods in org.springframework.web.servlet.handler with parameters of type UrlPathHelperModifier and TypeMethodDescriptionvoid
AbstractHandlerMapping.setUrlPathHelper
(UrlPathHelper urlPathHelper) Deprecated, for removal: This API element is subject to removal in a future version.use ofPathMatcher
andUrlPathHelper
is deprecated for use at runtime in web modules in favor of parsed patterns withPathPatternParser
. -
Uses of UrlPathHelper in org.springframework.web.servlet.mvc
Methods in org.springframework.web.servlet.mvc that return UrlPathHelperModifier and TypeMethodDescriptionprotected UrlPathHelper
AbstractUrlViewController.getUrlPathHelper()
Deprecated, for removal: This API element is subject to removal in a future version.use ofPathMatcher
andUrlPathHelper
is deprecated for use at runtime in web modules in favor of parsed patterns withPathPatternParser
.Methods in org.springframework.web.servlet.mvc with parameters of type UrlPathHelperModifier and TypeMethodDescriptionvoid
AbstractUrlViewController.setUrlPathHelper
(UrlPathHelper urlPathHelper) Deprecated, for removal: This API element is subject to removal in a future version.use ofPathMatcher
andUrlPathHelper
is deprecated for use at runtime in web modules in favor of parsed patterns withPathPatternParser
.void
WebContentInterceptor.setUrlPathHelper
(UrlPathHelper urlPathHelper) Deprecated.as of 5.3, the path is resolved externally and obtained withServletRequestPathUtils.getCachedPathValue(ServletRequest)
-
Uses of UrlPathHelper in org.springframework.web.servlet.mvc.condition
Constructors in org.springframework.web.servlet.mvc.condition with parameters of type UrlPathHelperModifierConstructorDescriptionPatternsRequestCondition
(String[] patterns, @Nullable UrlPathHelper urlPathHelper, @Nullable PathMatcher pathMatcher) Deprecated, for removal: This API element is subject to removal in a future version.Constructor with URL patterns which are prepended with "/" if necessary. -
Uses of UrlPathHelper in org.springframework.web.servlet.mvc.method
Methods in org.springframework.web.servlet.mvc.method that return UrlPathHelperModifier and TypeMethodDescriptionRequestMappingInfo.BuilderConfiguration.getUrlPathHelper()
Deprecated.as of 5.3, the path is resolved externally and obtained withServletRequestPathUtils.getCachedPathValue(ServletRequest)
; this method always returnsdefaultInstance
.Methods in org.springframework.web.servlet.mvc.method with parameters of type UrlPathHelperModifier and TypeMethodDescriptionvoid
RequestMappingInfo.BuilderConfiguration.setUrlPathHelper
(@Nullable UrlPathHelper urlPathHelper) Deprecated.as of 5.3, the path is resolved externally and obtained withServletRequestPathUtils.getCachedPathValue(ServletRequest)
-
Uses of UrlPathHelper in org.springframework.web.servlet.mvc.method.annotation
Methods in org.springframework.web.servlet.mvc.method.annotation with parameters of type UrlPathHelperModifier and TypeMethodDescriptionvoid
ServletCookieValueMethodArgumentResolver.setUrlPathHelper
(UrlPathHelper urlPathHelper) Deprecated, for removal: This API element is subject to removal in a future version.use ofPathMatcher
andUrlPathHelper
is deprecated for use at runtime in web modules in favor of parsed patterns withPathPatternParser
. -
Uses of UrlPathHelper in org.springframework.web.servlet.resource
Methods in org.springframework.web.servlet.resource that return UrlPathHelperModifier and TypeMethodDescriptionPathResourceResolver.getUrlPathHelper()
Deprecated, for removal: This API element is subject to removal in a future version.use ofPathMatcher
andUrlPathHelper
is deprecated for use at runtime in web modules in favor of parsed patterns withPathPatternParser
.ResourceHttpRequestHandler.getUrlPathHelper()
Deprecated, for removal: This API element is subject to removal in a future version.use ofPathMatcher
andUrlPathHelper
is deprecated for use at runtime in web modules in favor of parsed patterns withPathPatternParser
.ResourceUrlProvider.getUrlPathHelper()
Deprecated, for removal: This API element is subject to removal in a future version.use ofPathMatcher
andUrlPathHelper
is deprecated for use at runtime in web modules.Methods in org.springframework.web.servlet.resource with parameters of type UrlPathHelperModifier and TypeMethodDescriptionvoid
PathResourceResolver.setUrlPathHelper
(@Nullable UrlPathHelper urlPathHelper) Deprecated, for removal: This API element is subject to removal in a future version.use ofPathMatcher
andUrlPathHelper
is deprecated for use at runtime in web modules in favor of parsed patterns withPathPatternParser
.void
ResourceHttpRequestHandler.setUrlPathHelper
(@Nullable UrlPathHelper urlPathHelper) Deprecated, for removal: This API element is subject to removal in a future version.use ofPathMatcher
andUrlPathHelper
is deprecated for use at runtime in web modules in favor of parsed patterns withPathPatternParser
.void
ResourceUrlProvider.setUrlPathHelper
(UrlPathHelper urlPathHelper) Deprecated, for removal: This API element is subject to removal in a future version.use ofPathMatcher
andUrlPathHelper
is deprecated for use at runtime in web modules. -
Uses of UrlPathHelper in org.springframework.web.servlet.support
Methods in org.springframework.web.servlet.support that return UrlPathHelperModifier and TypeMethodDescriptionAbstractFlashMapManager.getUrlPathHelper()
Deprecated, for removal: This API element is subject to removal in a future version.use ofPathMatcher
andUrlPathHelper
is deprecated for use at runtime in web modules in favor of parsed patterns withPathPatternParser
.RequestContext.getUrlPathHelper()
Deprecated, for removal: This API element is subject to removal in a future version.use ofPathMatcher
andUrlPathHelper
is deprecated for use at runtime in web modules in favor of parsed patterns withPathPatternParser
.Methods in org.springframework.web.servlet.support with parameters of type UrlPathHelperModifier and TypeMethodDescriptionvoid
AbstractFlashMapManager.setUrlPathHelper
(UrlPathHelper urlPathHelper) Deprecated, for removal: This API element is subject to removal in a future version.use ofPathMatcher
andUrlPathHelper
is deprecated for use at runtime in web modules in favor of parsed patterns withPathPatternParser
.void
RequestContext.setUrlPathHelper
(UrlPathHelper urlPathHelper) Deprecated, for removal: This API element is subject to removal in a future version.use ofPathMatcher
andUrlPathHelper
is deprecated for use at runtime in web modules in favor of parsed patterns withPathPatternParser
. -
Uses of UrlPathHelper in org.springframework.web.socket.config.annotation
Methods in org.springframework.web.socket.config.annotation that return UrlPathHelperModifier and TypeMethodDescriptionServletWebSocketHandlerRegistry.getUrlPathHelper()
Deprecated, for removal: This API element is subject to removal in a future version.protected @Nullable UrlPathHelper
WebMvcStompEndpointRegistry.getUrlPathHelper()
Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.springframework.web.socket.config.annotation with parameters of type UrlPathHelperModifier and TypeMethodDescriptionvoid
ServletWebSocketHandlerRegistry.setUrlPathHelper
(@Nullable UrlPathHelper urlPathHelper) Deprecated, for removal: This API element is subject to removal in a future version.use ofPathMatcher
andUrlPathHelper
is deprecated for use at runtime in web modules in favor of parsed patterns withPathPatternParser
.void
StompEndpointRegistry.setUrlPathHelper
(UrlPathHelper urlPathHelper) Deprecated, for removal: This API element is subject to removal in a future version.use ofPathMatcher
andUrlPathHelper
is deprecated for use at runtime in web modules in favor of parsed patterns withPathPatternParser
.void
WebMvcStompEndpointRegistry.setUrlPathHelper
(@Nullable UrlPathHelper urlPathHelper) Deprecated, for removal: This API element is subject to removal in a future version.use ofPathMatcher
andUrlPathHelper
is deprecated for use at runtime in web modules in favor of parsed patterns withPathPatternParser
. -
Uses of UrlPathHelper in org.springframework.web.util
Fields in org.springframework.web.util declared as UrlPathHelperModifier and TypeFieldDescriptionstatic final UrlPathHelper
UrlPathHelper.defaultInstance
Shared, read-only instance with defaults.static final UrlPathHelper
UrlPathHelper.rawPathInstance
Shared, read-only instance for the full, encoded path.
PathMatcher
andUrlPathHelper
is deprecated for use at runtime in web modules in favor of parsed patterns withPathPatternParser
.