public abstract class FlashWrapper extends Flash implements FacesWrapper<Flash>
NULL_VALUE
Constructor and Description |
---|
FlashWrapper()
Deprecated.
|
FlashWrapper(Flash delegate) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
void |
doPostPhaseActions(FacesContext context) |
void |
doPrePhaseActions(FacesContext context) |
Set<Map.Entry<String,Object>> |
entrySet() |
Object |
get(Object key) |
Flash |
getWrapped()
A class that implements this interface uses this method to return an instance of the class being wrapped.
|
boolean |
isEmpty() |
boolean |
isKeepMessages() |
boolean |
isRedirect() |
void |
keep(String key) |
Set<String> |
keySet() |
Object |
put(String key,
Object value) |
void |
putAll(Map<? extends String,? extends Object> m) |
void |
putNow(String key,
Object value) |
Object |
remove(Object key) |
void |
setKeepMessages(boolean newValue) |
void |
setRedirect(boolean newValue) |
int |
size() |
Collection<Object> |
values() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
@Deprecated public FlashWrapper()
public FlashWrapper(Flash delegate)
public boolean isKeepMessages()
isKeepMessages
in class Flash
public boolean isRedirect()
isRedirect
in class Flash
public void setKeepMessages(boolean newValue)
setKeepMessages
in class Flash
public void setRedirect(boolean newValue)
setRedirect
in class Flash
public void doPrePhaseActions(FacesContext context)
doPrePhaseActions
in class Flash
public void doPostPhaseActions(FacesContext context)
doPostPhaseActions
in class Flash
public boolean containsKey(Object key)
containsKey
in interface Map<String,Object>
public boolean containsValue(Object value)
containsValue
in interface Map<String,Object>
public Flash getWrapped()
FacesWrapper
getWrapped
in interface FacesWrapper<Flash>
Copyright © 2018 The Apache Software Foundation. All rights reserved.