public class RequestScopeContext<K,V> extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
containsKey(K key) |
V |
get(K key) |
static RequestScopeContext |
getInstance() |
Map<K,V> |
getLocalMap() |
Set<K> |
getLocalSet() |
void |
init() |
boolean |
isReady() |
boolean |
notContainsKey(K key) |
void |
put(K key,
V value) |
void |
setLocalMapAndSet(Map map,
Set set) |
public static RequestScopeContext getInstance()
public void init()
public boolean isReady()
public boolean containsKey(K key)
public boolean notContainsKey(K key)
public void clear()
Copyright © 2017. All rights reserved.