Defines a set of methods that a controller service uses to get initialization parameters and store glogal attributes.
Located in /action/PHRUTS_ServiceContext.php (line 33)
The context attributes.
Base path of the web application.
The request dispatcher object associated with this context.
The service configuration object associated with this context.
Returns the attribute with the given name, or null if there is no attribute by that name.
Returns an array containing the attribute names available within this context.
Returns a string containing the value of the named initialization parameter, or null if the parameter does not exist.
Returns the names of the service's initialization parameters.
Returns the real path for a given virtual path.
Returns a PHRUTS_RequestDispatcher object that acts as a wrapper for the resource located at the given path.
A PHRUTS_RequestDispatcher object can be used to forward a request to the resource or to include the resource in a response. The resource can be dynamic or static.
The pathname must begin with a "/" and is interpreted as relative to the current context root.
Get the service configuration object associated with this context.
Removes the attribute with the given name from the context.
Binds an object to a given attribute name in this context.
Set the request dispatcher object associated with this context.
Documentation generated on Sat, 31 May 2008 15:46:33 +0200 by phpDocumentor 1.4.1