Global manifest constants for the entire PHruts framework.
Located in /PHRUTS_Globals.php (line 30)
ACTION_SERVICE_KEY
= 'phruts.action.ACTION_SERVICE'
(line 45)
The context attributes key under which our ActionService instance will be stored.
CANCEL_KEY
= 'phruts.action.CANCEL'
(line 112)
The request attributes key under which a boolean true value should be stored if this request was cancelled.
CANCEL_PROPERTY
= 'phruts_CANCEL'
(line 39)
The property under which a Cancel button press is reported.
DATA_SOURCE_KEY
= 'phruts.action.DATA_SOURCE'
(line 124)
The context attribute key under which our default configured data source is stored, if one is configured for this module.
ERROR_KEY
= 'phruts.action.ERROR'
(line 118)
The request attributes key under which your action should store an ActionErrors object.
LOCALE_KEY
= 'phruts.action.LOCALE'
(line 101)
The session attributes key under which the user's selected Locale is stored, if any.
If no such attribute is found, the system default locale will be used when retrieving internationalized messages. If used, this attribute is typically set during user login processing.
MAPPING_KEY
= 'phruts.action.mapping.instance'
(line 106)
The request attributes key under which our ActionConfig instance is passed.
MESSAGES_KEY
= 'phruts.action.MESSAGE'
(line 55)
The base of the context attributes key under which our module MessageResources will be stored.
For each request processed by the controller, the MessageResources object for the module selected by the request URI currently being processed will also be exposed under this key as a request attribute.
MODULE_KEY
= 'phruts.action.MODULE'
(line 68)
The base of the context attribute key under which our ModuleConfig data structure will be stored.
This will be suffixed with the actual module prefix (including the leading "/" character) to form the actual attributes key. For each request processed by the controller service, the ModuleConfig object for the module selected by the request URI currently being processed will also be exposed under this key as a request attribute.
PLUG_INS_KEY
= 'phruts.action.PLUG_INS'
(line 77)
The base of the context attributes key under which an array of PlugIn instances will be stored.
This will be suffixed with the actual module prefix (including the leading "/" character) to form the actual attributes key.
PREFIXES_KEY
= 'phruts.action.PREFIXES'
(line 82)
The context attribute under which we store our prefixes list.
REQUEST_PROCESSOR_KEY
= 'phruts.action.REQUEST_PROCESSOR'
(line 91)
The base of the context attributes key under which our RequestProcessor instance will be stored.
This will be suffixed with the actual module prefix (including the leading "/" character) to form the actual attributes key.
SESSION_GC
= 'phruts.session.gc_lasttime'
(line 34)
Documentation generated on Sat, 31 May 2008 15:46:05 +0200 by phpDocumentor 1.4.1