Package org.riotfamily.common.web.util

Provides several useful utility classes.

See:
          Description

Class Summary
AdvancedMappingExceptionResolver Extends the SimpleMappingExceptionResolver and adds the root-cause of the exception to the model.
CapturingResponseWrapper ResponseWrapper that captures the output and redirects it to another OutputStream or Writer.
DeferredRenderingResponseWrapper ResponseWrapper that buffers the output and defers the rendering until DeferredRenderingResponseWrapper.renderResponse() is invoked.
DelegatingServletOutputStream ServletOutputStream that delegates all methods to a regular OutputStream.
EmailValidationUtils Utility class to perform basic email address syntax checks.
RequestHolder  
ServletUtils  
SessionReferenceRemover Utility class that removes a value from a collection when the HTTP session is invalidated.
StringCapturingResponseWrapper  
 

Package org.riotfamily.common.web.util Description

Provides several useful utility classes.