public class RequestScopedBeanCache extends Object
Constructor and Description |
---|
RequestScopedBeanCache() |
Modifier and Type | Method and Description |
---|---|
static void |
addItem(RequestScopedItem item) |
static void |
addItem(ThreadLocal item) |
static void |
beginRequest() |
static void |
endRequest()
ends the request and clears the cache.
|
static boolean |
isActive() |
public static boolean isActive()
public static void addItem(RequestScopedItem item)
public static void addItem(ThreadLocal item)
public static void beginRequest()
public static void endRequest()
Copyright © 2012 Seam Framework. All Rights Reserved.