|
||||||||||
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 String |
COMPONENT
The id path to the component within the page. |
static 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 String |
PAGE
The name of the page to activate when processing the service. |
static 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 String[] |
RESERVED_IDS
A list of all the constants defined by this class. |
static String |
SERVICE
The name of the service responsible for processing the request. |
static String |
SESSION
A flag indicating whether a session was active when the link was rendered. |
static String |
UPDATE_PARTS
Contains a string list of the parts in a response that should be updated. |
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 String SERVICE
public static final String PAGE
public static final String COMPONENT
PAGE
.
public static final String CONTAINER
PAGE
).
public static final String SESSION
StaleLinkException
public static final 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 String UPDATE_PARTS
public static final String[] RESERVED_IDS
FormSupportImpl
Constructor Detail |
---|
public ServiceConstants()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |