Package org.broadleafcommerce.common.web.util
package org.broadleafcommerce.common.web.util
-
ClassesClassDescriptionUtility class that sets the correct response headers (especially browser cache related headers) using the existing Spring request pipeline configuration by mimetype.Provides either dynamic, or cached static compression of response data.Buffer an HTTP response to the file system, rather than streaming directly to the HTTP caller.Enable html minification.Delegate standard
ServletOutputStream
write calls to standard buffered IO.Code is largely copied from StackOverflow post made by David Rabinowitz with contributions by others in the same thread.