private static enum RenderKitUtils.HandlerType extends java.lang.Enum<RenderKitUtils.HandlerType>
Enum Constant and Description |
---|
CHAIN |
SINGLE_BEHAVIOR_ONLY |
SUBMIT_ONLY |
USER_HANDLER_ONLY |
Modifier and Type | Method and Description |
---|---|
static RenderKitUtils.HandlerType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RenderKitUtils.HandlerType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RenderKitUtils.HandlerType USER_HANDLER_ONLY
public static final RenderKitUtils.HandlerType SINGLE_BEHAVIOR_ONLY
public static final RenderKitUtils.HandlerType SUBMIT_ONLY
public static final RenderKitUtils.HandlerType CHAIN
public static RenderKitUtils.HandlerType[] values()
for (RenderKitUtils.HandlerType c : RenderKitUtils.HandlerType.values()) System.out.println(c);
public static RenderKitUtils.HandlerType 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-2013 Oracle America, Inc. All Rights Reserved.