com.boylesoftware.cb2.util
Class HttpResponseUtils

java.lang.Object
  extended bycom.boylesoftware.cb2.util.HttpResponseUtils

public final class HttpResponseUtils
extends java.lang.Object

A collection of static utility functions to work with HTTP response objects.

Version:
$Id: HttpResponseUtils.java,v 1.1 2003/04/22 17:34:18 levahim Exp $
Author:
Lev Himmelfarb

Constructor Summary
HttpResponseUtils()
           
 
Method Summary
static void setNoCache(javax.servlet.http.HttpServletResponse response)
          Sets headers in a response so it is not cached by the browser.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpResponseUtils

public HttpResponseUtils()
Method Detail

setNoCache

public static void setNoCache(javax.servlet.http.HttpServletResponse response)
Sets headers in a response so it is not cached by the browser.

Parameters:
response - the response.


Copyright © 2002,2003,2004 - Boyle Software, Inc.