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