public class PersistenceConstants extends Object
Persist.value()
Modifier and Type | Field and Description |
---|---|
static String |
CLIENT
The field's value is stored on the client, as a query parameter or hidden form field.
|
static String |
FLASH
The field's value is stored in the session, but only until the next request.
|
static String |
SESSION
The field's value is stored in the
Session . |
Constructor and Description |
---|
PersistenceConstants() |
public static final String SESSION
Session
.public static final String CLIENT
public static final String FLASH
public PersistenceConstants()
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.