Uses of Class
org.springframework.web.util.UrlPathHelper
Packages that use UrlPathHelper Package Description org.springframework.web.accept This package contains classes used to determine the requested the media types in a request.org.springframework.web.cors Support for CORS (Cross-Origin Resource Sharing), based on a commonCorsProcessorstrategy.org.springframework.web.servlet.config.annotation Annotation-based setup for Spring MVC.org.springframework.web.servlet.handler Provides standard HandlerMapping implementations, including abstract base classes for custom implementations.org.springframework.web.servlet.mvc Standard controller implementations for the Servlet MVC framework that comes with Spring.org.springframework.web.servlet.mvc.condition Common MVC logic for matching incoming requests based on conditions.org.springframework.web.servlet.mvc.method Servlet-based infrastructure for handler method processing, building on theorg.springframework.web.methodpackage.org.springframework.web.servlet.mvc.method.annotation MVC infrastructure for annotation-based handler method processing, building on theorg.springframework.web.method.annotationpackage.org.springframework.web.servlet.resource Support classes for serving static resources.org.springframework.web.servlet.support Support classes for Spring's web MVC framework.org.springframework.web.servlet.view Provides standard View and ViewResolver implementations, including abstract base classes for custom implementations.org.springframework.web.socket.config.annotation Support for annotation-based WebSocket setup in configuration classes.org.springframework.web.util Miscellaneous web utility classes, such as HTML escaping, Log4j initialization, and cookie handling.Uses of UrlPathHelper in org.springframework.web.accept
Methods in org.springframework.web.accept with parameters of type UrlPathHelper Modifier and Type Method Description voidPathExtensionContentNegotiationStrategy. setUrlPathHelper(UrlPathHelper urlPathHelper)Deprecated.Configure aUrlPathHelperto use inPathExtensionContentNegotiationStrategy.getMediaTypeKey(org.springframework.web.context.request.NativeWebRequest)in order to derive the lookup path for a target request URL path.Uses of UrlPathHelper in org.springframework.web.cors
Methods in org.springframework.web.cors with parameters of type UrlPathHelper Modifier and Type Method Description voidUrlBasedCorsConfigurationSource. setUrlPathHelper(UrlPathHelper urlPathHelper)Set the UrlPathHelper to use for resolution of lookup paths.Uses of UrlPathHelper in org.springframework.web.servlet.config.annotation
Methods in org.springframework.web.servlet.config.annotation that return UrlPathHelper Modifier and Type Method Description UrlPathHelperPathMatchConfigurer. getUrlPathHelper()UrlPathHelperWebMvcConfigurationSupport. mvcUrlPathHelper()Return a globalUrlPathHelperinstance for path matching patterns inHandlerMappings.Methods in org.springframework.web.servlet.config.annotation with parameters of type UrlPathHelper Modifier and Type Method Description HandlerMappingWebMvcConfigurationSupport. resourceHandlerMapping(UrlPathHelper urlPathHelper, PathMatcher pathMatcher, ContentNegotiationManager contentNegotiationManager, FormattingConversionService conversionService, ResourceUrlProvider resourceUrlProvider)Return a handler mapping ordered at Integer.MAX_VALUE-1 with mapped resource handlers.PathMatchConfigurerPathMatchConfigurer. setUrlPathHelper(UrlPathHelper urlPathHelper)Set the UrlPathHelper to use for resolution of lookup paths.HandlerMappingWebMvcConfigurationSupport. viewControllerHandlerMapping(PathMatcher pathMatcher, UrlPathHelper urlPathHelper, FormattingConversionService conversionService, ResourceUrlProvider resourceUrlProvider)Return a handler mapping ordered at 1 to map URL paths directly to view names.Constructors in org.springframework.web.servlet.config.annotation with parameters of type UrlPathHelper Constructor Description ResourceHandlerRegistry(ApplicationContext applicationContext, ServletContext servletContext, ContentNegotiationManager contentNegotiationManager, UrlPathHelper pathHelper)A variant ofResourceHandlerRegistry(ApplicationContext, ServletContext, ContentNegotiationManager)that also accepts theUrlPathHelperused for mapping requests to static resources.Uses of UrlPathHelper in org.springframework.web.servlet.handler
Methods in org.springframework.web.servlet.handler that return UrlPathHelper Modifier and Type Method Description UrlPathHelperAbstractHandlerMapping. getUrlPathHelper()Return the UrlPathHelper implementation to use for resolution of lookup paths.Methods in org.springframework.web.servlet.handler with parameters of type UrlPathHelper Modifier and Type Method Description voidAbstractHandlerMapping. setUrlPathHelper(UrlPathHelper urlPathHelper)Set the UrlPathHelper to use for resolution of lookup paths.Uses of UrlPathHelper in org.springframework.web.servlet.mvc
Methods in org.springframework.web.servlet.mvc that return UrlPathHelper Modifier and Type Method Description protected UrlPathHelperAbstractUrlViewController. getUrlPathHelper()Return the UrlPathHelper to use for the resolution of lookup paths.Methods in org.springframework.web.servlet.mvc with parameters of type UrlPathHelper Modifier and Type Method Description voidAbstractUrlViewController. setUrlPathHelper(UrlPathHelper urlPathHelper)Set the UrlPathHelper to use for the resolution of lookup paths.voidWebContentInterceptor. setUrlPathHelper(UrlPathHelper urlPathHelper)Set the UrlPathHelper to use for resolution of lookup paths.Uses of UrlPathHelper in org.springframework.web.servlet.mvc.condition
Constructors in org.springframework.web.servlet.mvc.condition with parameters of type UrlPathHelper Constructor Description PatternsRequestCondition(String[] patterns, UrlPathHelper urlPathHelper, PathMatcher pathMatcher, boolean useTrailingSlashMatch)Alternative constructor with additional, optionalUrlPathHelper,PathMatcher, and whether to automatically match trailing slashes.PatternsRequestCondition(String[] patterns, UrlPathHelper urlPathHelper, PathMatcher pathMatcher, boolean useSuffixPatternMatch, boolean useTrailingSlashMatch)Deprecated.as of 5.2.4.PatternsRequestCondition(String[] patterns, UrlPathHelper urlPathHelper, PathMatcher pathMatcher, boolean useSuffixPatternMatch, boolean useTrailingSlashMatch, List<String> fileExtensions)Deprecated.as of 5.2.4.Uses of UrlPathHelper in org.springframework.web.servlet.mvc.method
Methods in org.springframework.web.servlet.mvc.method that return UrlPathHelper Modifier and Type Method Description UrlPathHelperRequestMappingInfo.BuilderConfiguration. getUrlPathHelper()Return a custom UrlPathHelper to use for the PatternsRequestCondition, if any.Methods in org.springframework.web.servlet.mvc.method with parameters of type UrlPathHelper Modifier and Type Method Description voidRequestMappingInfo.BuilderConfiguration. setUrlPathHelper(UrlPathHelper urlPathHelper)Set a custom UrlPathHelper to use for the PatternsRequestCondition.Uses of UrlPathHelper in org.springframework.web.servlet.mvc.method.annotation
Methods in org.springframework.web.servlet.mvc.method.annotation with parameters of type UrlPathHelper Modifier and Type Method Description voidServletCookieValueMethodArgumentResolver. setUrlPathHelper(UrlPathHelper urlPathHelper)Uses of UrlPathHelper in org.springframework.web.servlet.resource
Methods in org.springframework.web.servlet.resource that return UrlPathHelper Modifier and Type Method Description UrlPathHelperPathResourceResolver. getUrlPathHelper()The configuredUrlPathHelper.UrlPathHelperResourceHttpRequestHandler. getUrlPathHelper()The configuredUrlPathHelper.UrlPathHelperResourceUrlProvider. getUrlPathHelper()Return the configuredUrlPathHelper.Methods in org.springframework.web.servlet.resource with parameters of type UrlPathHelper Modifier and Type Method Description voidPathResourceResolver. setUrlPathHelper(UrlPathHelper urlPathHelper)Provide a reference to theUrlPathHelperused to map requests to static resources.voidResourceHttpRequestHandler. setUrlPathHelper(UrlPathHelper urlPathHelper)Provide a reference to theUrlPathHelperused to map requests to static resources.voidResourceUrlProvider. setUrlPathHelper(UrlPathHelper urlPathHelper)Configure aUrlPathHelperto use inResourceUrlProvider.getForRequestUrl(javax.servlet.http.HttpServletRequest, String)in order to derive the lookup path for a target request URL path.Uses of UrlPathHelper in org.springframework.web.servlet.support
Methods in org.springframework.web.servlet.support that return UrlPathHelper Modifier and Type Method Description UrlPathHelperAbstractFlashMapManager. getUrlPathHelper()Return the UrlPathHelper implementation to use.UrlPathHelperRequestContext. getUrlPathHelper()Return the UrlPathHelper used for context path and request URI decoding.Methods in org.springframework.web.servlet.support with parameters of type UrlPathHelper Modifier and Type Method Description voidAbstractFlashMapManager. setUrlPathHelper(UrlPathHelper urlPathHelper)Set the UrlPathHelper to use to match FlashMap instances to requests.voidRequestContext. setUrlPathHelper(UrlPathHelper urlPathHelper)Set the UrlPathHelper to use for context path and request URI decoding.Uses of UrlPathHelper in org.springframework.web.servlet.view
Methods in org.springframework.web.servlet.view with parameters of type UrlPathHelper Modifier and Type Method Description voidDefaultRequestToViewNameTranslator. setUrlPathHelper(UrlPathHelper urlPathHelper)Set theUrlPathHelperto use for the resolution of lookup paths.Uses of UrlPathHelper in org.springframework.web.socket.config.annotation
Methods in org.springframework.web.socket.config.annotation that return UrlPathHelper Modifier and Type Method Description UrlPathHelperServletWebSocketHandlerRegistry. getUrlPathHelper()protected UrlPathHelperWebMvcStompEndpointRegistry. getUrlPathHelper()Methods in org.springframework.web.socket.config.annotation with parameters of type UrlPathHelper Modifier and Type Method Description voidServletWebSocketHandlerRegistry. setUrlPathHelper(UrlPathHelper urlPathHelper)Set the UrlPathHelper to configure on theSimpleUrlHandlerMappingused to map handshake requests.voidStompEndpointRegistry. setUrlPathHelper(UrlPathHelper urlPathHelper)Configure a customizedUrlPathHelperfor the STOMP endpointHandlerMapping.voidWebMvcStompEndpointRegistry. setUrlPathHelper(UrlPathHelper urlPathHelper)Set the UrlPathHelper to configure on theHandlerMappingused to map handshake requests.Uses of UrlPathHelper in org.springframework.web.util
Fields in org.springframework.web.util declared as UrlPathHelper Modifier and Type Field Description static UrlPathHelperUrlPathHelper. defaultInstanceShared, read-only instance with defaults.static UrlPathHelperUrlPathHelper. rawPathInstanceShared, read-only instance for the full, encoded path.