|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tapestry.services.ServiceConstants
public class ServiceConstants
Defines constants for query parameters names commonly used by services.
Field Summary | |
---|---|
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 Summary | |
---|---|
ServiceConstants()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
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
Constructor Detail |
---|
public ServiceConstants()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |