public enum PagePhase extends Enum<PagePhase>
| Enum Constant and Description |
|---|
bindControlToModel |
bindModelToControl |
BUILD |
DELTARENDER |
FULLRENDER |
NULL |
REQUEST |
| Modifier and Type | Method and Description |
|---|---|
static PagePhase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PagePhase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PagePhase NULL
public static final PagePhase REQUEST
public static final PagePhase BUILD
public static final PagePhase FULLRENDER
public static final PagePhase DELTARENDER
public static final PagePhase bindModelToControl
public static final PagePhase bindControlToModel
public static PagePhase[] values()
for (PagePhase c : PagePhase.values()) System.out.println(c);
public static PagePhase 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 © 2017 etc.to. All rights reserved.