@SuppressWarnings({ "unchecked", "rawtypes" }) public class GrailsFlashScope extends Object implements FlashScope
Grails implementation of Flash scope (
Modifiers | Name | Description |
---|---|---|
static String |
ERRORS_PREFIX |
Constructor and description |
---|
GrailsFlashScope() |
GrailsFlashScope(boolean registerWithSession) |
Type Params | Return Type | Name and description |
---|---|---|
|
public void |
clear() |
|
public boolean |
containsKey(Object key) |
|
public boolean |
containsValue(Object value) |
|
public Set<Map.Entry<String, Object>> |
entrySet() |
|
public Object |
get(Object key) |
|
public Map |
getNow() |
|
public boolean |
isEmpty() |
|
public Set<String> |
keySet() |
|
public void |
next() |
|
public Object |
put(String key, Object value) |
|
public void |
putAll(Map<? extends String, ?> t) |
|
public Object |
remove(Object key) |
|
public int |
size() |
|
public Collection<Object> |
values() |