com.sun.faces.context.flash
private static enum ELFlash.CONSTANTS extends java.lang.Enum<ELFlash.CONSTANTS>
Enum Constant and Description |
---|
DidWriteCookieAttributeName
This key is used in the contextMap to prevent setting the cookie
twice.
|
FacesMessageAttributeName
This is used as the key in the flash itself to store the messages
if they are being tracked.
|
KeepAllMessagesAttributeName
This is used as the key in the flash itself to track whether or not
messages are being saved across request/response boundaries.
|
KeepFlagAttributeName
This key is used in the contextMap to indicate that the next
get should be treated as a keep.
|
RequestFlashManager
The key in the FacesContext attributes map (hereafter
referred to as contextMap) for the request scoped
ELFlash.PreviousNextFlashInfoManager . |
SavedResponseCompleteFlagValue
At the beginning of every phase, we save the value of the
facesContext.getResponseComplete() into the contextMap under
this key.
|
Modifier and Type | Method and Description |
---|---|
static ELFlash.CONSTANTS |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ELFlash.CONSTANTS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ELFlash.CONSTANTS RequestFlashManager
ELFlash.PreviousNextFlashInfoManager
.public static final ELFlash.CONSTANTS SavedResponseCompleteFlagValue
public static final ELFlash.CONSTANTS FacesMessageAttributeName
public static final ELFlash.CONSTANTS KeepAllMessagesAttributeName
public static final ELFlash.CONSTANTS KeepFlagAttributeName
public static final ELFlash.CONSTANTS DidWriteCookieAttributeName
public static ELFlash.CONSTANTS[] values()
for (ELFlash.CONSTANTS c : ELFlash.CONSTANTS.values()) System.out.println(c);
public static ELFlash.CONSTANTS valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is nullCopyright © 2002-2010 Oracle America, Inc. All Rights Reserved.