public enum ContextMessage extends Enum<ContextMessage>
Modifier and Type | Method and Description |
---|---|
static ContextMessage |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContextMessage[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ContextMessage CONTEXTUAL_INSTANCE_FOUND
public static final ContextMessage CONTEXT_CLEARED
public static final ContextMessage CONTEXTUAL_INSTANCE_ADDED
public static final ContextMessage CONTEXTUAL_INSTANCE_REMOVED
public static final ContextMessage SESSION_RESTORED
public static final ContextMessage SESSION_ENDED
public static final ContextMessage REQUEST_STARTED
public static final ContextMessage REQUEST_ENDED
public static final ContextMessage APPLICATION_STARTED
public static final ContextMessage APPLICATION_ENDED
public static final ContextMessage DEPENDENT_INSTANCE_ATTACHED
public static final ContextMessage DELIMITER_IN_PREFIX
public static final ContextMessage CONTEXTUAL_IS_NULL
public static final ContextMessage NO_BEAN_STORE_AVAILABLE
public static final ContextMessage CONVERSATION_RESTORED
public static final ContextMessage BEAN_STORE_DETACHED
public static final ContextMessage UPDATING_STORE_WITH_CONTEXTUAL_UNDER_ID
public static final ContextMessage ADDING_DETACHED_CONTEXTUAL_UNDER_ID
public static final ContextMessage REMOVED_KEY_FROM_SESSION
public static final ContextMessage UNABLE_TO_REMOVE_KEY_FROM_SESSION
public static final ContextMessage ADDED_KEY_TO_SESSION
public static final ContextMessage UNABLE_TO_ADD_KEY_TO_SESSION
public static final ContextMessage LOADING_BEAN_STORE_MAP_FROM_SESSION
public static ContextMessage[] values()
for (ContextMessage c : ContextMessage.values()) System.out.println(c);
public static ContextMessage valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is nullCopyright © 2013 Seam Framework. All Rights Reserved.