public static enum RenderKitUtils.PredefinedPostbackParameter extends Enum<RenderKitUtils.PredefinedPostbackParameter>
UIViewRoot.encodeChildren(FacesContext)
Enum Constant and Description |
---|
BEHAVIOR_EVENT_PARAM |
BEHAVIOR_SOURCE_PARAM |
CLIENT_WINDOW_PARAM |
PARTIAL_EVENT_PARAM |
PARTIAL_EXECUTE_PARAM |
PARTIAL_RENDER_PARAM |
PARTIAL_RESET_VALUES_PARAM |
RENDER_KIT_ID_PARAM |
VIEW_STATE_PARAM |
Modifier and Type | Method and Description |
---|---|
String |
getName(FacesContext context) |
String |
getValue(FacesContext context) |
static RenderKitUtils.PredefinedPostbackParameter |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RenderKitUtils.PredefinedPostbackParameter[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RenderKitUtils.PredefinedPostbackParameter VIEW_STATE_PARAM
public static final RenderKitUtils.PredefinedPostbackParameter CLIENT_WINDOW_PARAM
public static final RenderKitUtils.PredefinedPostbackParameter RENDER_KIT_ID_PARAM
public static final RenderKitUtils.PredefinedPostbackParameter BEHAVIOR_SOURCE_PARAM
public static final RenderKitUtils.PredefinedPostbackParameter BEHAVIOR_EVENT_PARAM
public static final RenderKitUtils.PredefinedPostbackParameter PARTIAL_EVENT_PARAM
public static final RenderKitUtils.PredefinedPostbackParameter PARTIAL_EXECUTE_PARAM
public static final RenderKitUtils.PredefinedPostbackParameter PARTIAL_RENDER_PARAM
public static final RenderKitUtils.PredefinedPostbackParameter PARTIAL_RESET_VALUES_PARAM
public static RenderKitUtils.PredefinedPostbackParameter[] values()
for (RenderKitUtils.PredefinedPostbackParameter c : RenderKitUtils.PredefinedPostbackParameter.values()) System.out.println(c);
public static RenderKitUtils.PredefinedPostbackParameter 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 String getValue(FacesContext context)
public String getName(FacesContext context)
Comments to: faces-dev@eclipse.org.
Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.