|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.ofbiz.webtools.UtilCacheEvents
public class UtilCacheEvents
Contains events for the UtilCache class; must be external to access security resources
| Field Summary | |
|---|---|
static java.lang.String |
err_resource
|
| Constructor Summary | |
|---|---|
UtilCacheEvents()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
clearAllEvent(HttpServletRequest request,
HttpServletResponse response)
An HTTP WebEvent handler that clears all caches |
static java.lang.String |
clearAllExpiredEvent(HttpServletRequest request,
HttpServletResponse response)
An HTTP WebEvent handler that clears all caches |
static java.lang.String |
clearEvent(HttpServletRequest request,
HttpServletResponse response)
An HTTP WebEvent handler that clears the named cache |
static java.lang.String |
removeElementEvent(HttpServletRequest request,
HttpServletResponse response)
An HTTP WebEvent handler the specified element from the specified cache |
static java.lang.String |
updateEvent(HttpServletRequest request,
HttpServletResponse response)
An HTTP WebEvent handler that updates the named cache |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String err_resource
| Constructor Detail |
|---|
public UtilCacheEvents()
| Method Detail |
|---|
public static java.lang.String removeElementEvent(HttpServletRequest request,
HttpServletResponse response)
request - The HTTP request object for the current JSP or Servlet request.response - The HTTP response object for the current JSP or Servlet request.
public static java.lang.String clearEvent(HttpServletRequest request,
HttpServletResponse response)
request - The HTTP request object for the current JSP or Servlet request.response - The HTTP response object for the current JSP or Servlet request.
public static java.lang.String clearAllEvent(HttpServletRequest request,
HttpServletResponse response)
request - The HTTP request object for the current JSP or Servlet request.response - The HTTP response object for the current JSP or Servlet request.
public static java.lang.String clearAllExpiredEvent(HttpServletRequest request,
HttpServletResponse response)
request - The HTTP request object for the current JSP or Servlet request.response - The HTTP response object for the current JSP or Servlet request.
public static java.lang.String updateEvent(HttpServletRequest request,
HttpServletResponse response)
request - The HTTP request object for the current JSP or Servlet request.response - The HTTP response object for the current JSP or Servlet request.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||