public class ServiceConstants extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COMPONENT
The id path to the component within the page.
|
static java.lang.String |
CONTAINER
The name of the page containing the component; this is only specified when the component is
contained by a page other than the activate page (
PAGE ). |
static java.lang.String |
PAGE
The name of the page to activate when processing the service.
|
static java.lang.String |
PARAMETER
Contains a number of additional strings meaningful to the application (the term service
parameters is something of an entrenched misnomer, a better term would have been application
parameters).
|
static java.lang.String[] |
RESERVED_IDS
A list of all the constants defined by this class.
|
static java.lang.String |
SERVICE
The name of the service responsible for processing the request.
|
static java.lang.String |
SESSION
A flag indicating whether a session was active when the link was rendered.
|
Constructor and Description |
---|
ServiceConstants() |
public static final java.lang.String SERVICE
public static final java.lang.String PAGE
public static final java.lang.String COMPONENT
PAGE
, unless #CONTAINER_PAGE
is specified.public static final java.lang.String CONTAINER
PAGE
).public static final java.lang.String SESSION
public static final java.lang.String PARAMETER
DataSqueezer
.
The value is currently "sp" for vaguely historical reasons ("service parameter"), though it would be better if it were "lp" (for "listener parameter"), or just "param" perhaps.
public static final java.lang.String[] RESERVED_IDS
FormSupportImpl
public ServiceConstants()