Package com.sun.faces.renderkit
Enum RenderKitUtils.PredefinedPostbackParameter
java.lang.Object
java.lang.Enum<RenderKitUtils.PredefinedPostbackParameter>
com.sun.faces.renderkit.RenderKitUtils.PredefinedPostbackParameter
- All Implemented Interfaces:
Serializable
,Comparable<RenderKitUtils.PredefinedPostbackParameter>
,java.lang.constant.Constable
- Enclosing class:
- RenderKitUtils
public static enum RenderKitUtils.PredefinedPostbackParameter extends Enum<RenderKitUtils.PredefinedPostbackParameter>
- See Also:
UIViewRoot.encodeChildren(FacesContext)
-
Nested Class Summary
-
Enum Constant Summary
Enum Constants Enum Constant 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
-
Method Summary
Modifier and Type Method 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.
-
Enum Constant Details
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
getValue
-
getName
-