|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.boylesoftware.cb2.util.HttpResponseUtils
A collection of static utility functions to work with HTTP response objects.
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 |
public HttpResponseUtils()
Method Detail |
public static void setNoCache(javax.servlet.http.HttpServletResponse response)
response
- the response.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |