public static enum RequestStateManager.BooleanRequestStateVariable extends Enum<RequestStateManager.BooleanRequestStateVariable>
Enum Constant and Description |
---|
LegacyResourceRequest |
ResourceRequest |
Modifier and Type | Method and Description |
---|---|
Boolean |
get(javax.faces.context.FacesContext context) |
void |
set(javax.faces.context.FacesContext context,
Boolean value) |
static RequestStateManager.BooleanRequestStateVariable |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RequestStateManager.BooleanRequestStateVariable[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RequestStateManager.BooleanRequestStateVariable LegacyResourceRequest
public static final RequestStateManager.BooleanRequestStateVariable ResourceRequest
public static RequestStateManager.BooleanRequestStateVariable[] values()
for (RequestStateManager.BooleanRequestStateVariable c : RequestStateManager.BooleanRequestStateVariable.values()) System.out.println(c);
public static RequestStateManager.BooleanRequestStateVariable 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 nullpublic Boolean get(javax.faces.context.FacesContext context)
public void set(javax.faces.context.FacesContext context, Boolean value)
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.