Package org.springframework.web.util
SinceNot specified.
VersionNot specified.
AuthorNot specified.
| CookieGenerator |
Helper class for cookie generation, carrying cookie descriptor settings
as bean properties and being able to add and remove cookie to/from a
given response. |
| ExpressionEvaluationUtils |
Convenience methods for easy access to the JSP 2.0 ExpressionEvaluator or
the ExpressionEvaluatorManager of Jakarta's JSTL implementation. |
| HtmlUtils |
Utility class for HTML escaping. |
| HttpSessionMutexListener |
Servlet 2.3+ HttpSessionListener that automatically exposes the
session mutex when an HttpSession gets created. |
| IntrospectorCleanupListener |
Listener that flushes the JavaBeans Introspector cache on web app shutdown. |
| JavaScriptUtils |
Utility class for JavaScript escaping. |
| Log4jConfigListener |
Bootstrap listener for custom Log4J initialization in a web environment. |
| Log4jConfigServlet |
Bootstrap servlet for custom Log4J initialization in a web environment. |
| Log4jWebConfigurer |
Convenience class that performs custom Log4J initialization for web environments,
allowing for log file paths within the web application, with the option to
perform automatic refresh checks (for runtime changes in logging configuration). |
| TagUtils |
Utility class to transform Strings to scopes:
|
| UrlPathHelper |
Helper class for URL path matching. |
| WebAppRootListener |
Listener that sets a system property to the web application root directory. |
| WebUtils |
Miscellaneous utilities for web applications. |
| NestedServletException |
Subclass of ServletException that properly handles a root cause in terms
of message and stacktrace, just like NestedChecked/RuntimeException does. |
Miscellaneous web utility classes, such as HTML escaping,
Log4J initialization, and cookie handling.