Package perched.support
Class Cache
- java.lang.Object
-
- perched.support.Cache
-
public class Cache extends Object
-
-
Constructor Summary
Constructors Constructor Description Cache()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static javax.servlet.http.HttpServletRequestgetRequest()static javax.servlet.http.HttpServletResponsegetResponse()static voidstoreRequest(javax.servlet.http.HttpServletRequest request)static voidstoreResponse(javax.servlet.http.HttpServletResponse response)
-
-
-
Method Detail
-
storeRequest
public static void storeRequest(javax.servlet.http.HttpServletRequest request)
-
storeResponse
public static void storeResponse(javax.servlet.http.HttpServletResponse response)
-
getRequest
public static javax.servlet.http.HttpServletRequest getRequest()
-
getResponse
public static javax.servlet.http.HttpServletResponse getResponse()
-
-