public class History
extends org.springframework.core.enums.StaticLabeledEnum
ViewState
,
Serialized FormModifier and Type | Field and Description |
---|---|
static History |
DISCARD
The history of the view state should be discarded when the view state exits to prevent back-tracking.
|
static History |
INVALIDATE
The history of the view state and all previous view state should be invalidated to completely restrict back
tracking.
|
static History |
PRESERVE
The history of the view state should be preserved when the view state exits to support back-tracking.
|
public static final History PRESERVE
public static final History DISCARD
public static final History INVALIDATE