Package org.springframework.web.util

Miscellaneous web utility classes, such as HTML escaping, Log4J initialization, and cookie handling.

See
          Description

Class Diagram Summary
util 
 

Class Summary
ExpressionEvaluationUtilsConvenience methods for easy access to the JSP Expression Language evaluator of Jakarta's JSTL implementation.
HtmlUtilsUtility class for HTML escaping and unescaping.
Log4jConfigListenerBootstrap listener for custom Log4J initialization in a web environment.
Log4jConfigServletBootstrap servlet for custom Log4J initialization in a web environment.
Log4jWebConfigurerConvenience class that performs custom Log4J initialization for web environments, supporting 2 init parameters at the servlet context level (i.e.
TagUtilsUtility class to transform Strings to scopes:
page will be transformed to javax.servlet.jsp.PageContext#PAGE_SCOPE request will be transformed to javax.servlet.jsp.PageContext#REQUEST_SCOPE
session will be transformed to javax.servlet.jsp.PageContext#SESSION_SCOPE
application will be transformed to javax.servlet.jsp.PageContext#APPLICATION_SCOPE
UrlPathHelperHelper class for URL path matching.
WebAppRootListenerListener that sets a system property to the web application root directory.
WebUtilsMiscellaneous utilities for web applications.
 

Package org.springframework.web.util Description

Miscellaneous web utility classes, such as HTML escaping, Log4J initialization, and cookie handling.