Modifier and Type | Field and Description |
---|---|
static ThreadLocal<Scope.Flash> |
current |
Constructor and Description |
---|
Flash() |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
boolean |
contains(String key) |
static Scope.Flash |
current() |
void |
discard() |
void |
discard(String key) |
void |
error(String value,
Object... args) |
String |
get(String key) |
void |
keep() |
void |
keep(String key) |
void |
now(String key,
String value) |
void |
put(String key,
Object value) |
void |
put(String key,
String value) |
boolean |
remove(String key) |
static Scope.Flash |
restore() |
void |
success(String value,
Object... args) |
String |
toString() |
public static final ThreadLocal<Scope.Flash> current
public static Scope.Flash restore()
public static Scope.Flash current()
public void discard(String key)
public void discard()
public void keep(String key)
public void keep()
public boolean remove(String key)
public void clear()
public boolean contains(String key)
Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly