|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.groiss.servlet.HttpUtils
public class HttpUtils
Utility class for common workarounds with HTTP protocol.
Constructor Summary | |
---|---|
HttpUtils()
|
Method Summary | |
---|---|
static void |
setNoCache(javax.servlet.http.HttpServletResponse res)
Set response to no-cache. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HttpUtils()
Method Detail |
---|
public static void setNoCache(javax.servlet.http.HttpServletResponse res)
res
- the HTTP-response
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |