| Name | Description | Type | Package | Framework |
| ContentCachingRequestWrapper | HttpServletRequest wrapper that caches all content read fromthe input stream and reader, | Class | org.springframework.web.util | Spring MVC |
| ContentCachingResponseWrapper | HttpServletResponse wrapper that caches all content written tothe output stream and writer, | Class | org.springframework.web.util | Spring MVC |
| CookieGenerator | Helper class for cookie generation, carrying cookie descriptor settingsas bean properties and being able to add and remove cookie to/from a | Class | org.springframework.web.util | Spring MVC |
| DefaultUriTemplateHandler | Default implementation of UriTemplateHandler that relies onUriComponentsBuilder internally. | Class | org.springframework.web.util | Spring MVC |
| HtmlUtils | Utility class for HTML escaping. | Class | org.springframework.web.util | Spring MVC |
| HttpSessionMutexListener | Servlet HttpSessionListener that automatically exposes the session mutexwhen an HttpSession gets created. | Class | org.springframework.web.util | Spring MVC |
| IntrospectorCleanupListener | Listener that flushes the JDK's JavaBeans Introspectorcache on web app shutdown. | Class | org.springframework.web.util | Spring MVC |
| JavaScriptUtils | Utility class for JavaScript escaping. | Class | org.springframework.web.util | Spring MVC |
| Log4jConfigListener | Bootstrap listener for custom log4j initialization in a web environment. | Class | org.springframework.web.util | Spring MVC |
| Log4jWebConfigurer | Convenience class that performs custom log4j initialization for web environments,allowing for log file paths within the web application, with the option to | Class | org.springframework.web.util | Spring MVC |
| NestedServletException | Subclass of ServletException that properly handles a root cause in termsof message and stacktrace, just like NestedChecked/RuntimeException does. | Class | org.springframework.web.util | Spring MVC |
| ServletContextPropertyUtils | Helper class for resolving placeholders in texts. | Class | org.springframework.web.util | Spring MVC |
| TagUtils | Utility class for tag library related code, exposing functionalitysuch as translating Strings to web scopes. | Class | org.springframework.web.util | Spring MVC |
| UriComponents | Represents an immutable collection of URI components, mapping component type toString values. | Class | org.springframework.web.util | Spring MVC |
| UriComponents .UriTemplateVariables | Defines the contract for URI Template variablesSee Also:UriComponents. | Interface | org.springframework.web.util.UriComponents | Spring MVC |
| UriComponentsBuilder | Builder for UriComponents. | Class | org.springframework.web.util | Spring MVC |
| UriTemplate | Represents a URI template. | Class | org.springframework.web.util | Spring MVC |
| UriTemplateHandler | A strategy for expanding a URI template with URI variables into a URI. | Interface | org.springframework.web.util | Spring MVC |
| UriUtils | Utility class for URI encoding and decoding based on RFC 3986. | Class | org.springframework.web.util | Spring MVC |
| UrlPathHelper | Helper class for URL path matching. | Class | org.springframework.web.util | Spring MVC |
| WebAppRootListener | Listener that sets a system property to the web application root directory. | Class | org.springframework.web.util | Spring MVC |
| WebUtils | Miscellaneous utilities for web applications. | Class | org.springframework.web.util | Spring MVC |