The WFActionResponse hierarchy encapsulates possible responses to Ajax actions.
Different subclasses deal with commonly used response object types, such as JSON, Plain Text, XML, and a custom UI updater for PHOCOA.
WFActionResponse is an abstract base class.
Located in /framework/WFRPC.php (line 853)
WFObject | --WFActionResponse
| Class | Description |
|---|---|
| WFActionResponsePlain | A plain-text repsonse. |
| WFActionResponseJSON | A JSON response. |
| WFActionResponseXML | An XML response. |
| WFActionResponsePhocoaUIUpdater | A special XML response type that allows the caller to easily effect UI changes on the client in response to an ajax action. |
| WFActionResponseAppcelerator | A custom WFActionResponse class for sending messages back to the Appcelerator client. |
Inherited From WFObject
WFObject::__construct()
WFObject::exposedProperties()
WFObject::getClass()
WFObject::keyPathToTargetAndKey()
WFObject::setValueForKey()
WFObject::setValueForKeyPath()
WFObject::validateValueForKey()
WFObject::validateValueForKeyPath()
WFObject::valueForKey()
WFObject::valueForKeyPath()
WFObject::valueForUndefinedKey()
WFObject::__toString()
Documentation generated on Sun, 28 Sep 2008 18:25:21 -0400 by phpDocumentor 1.4.1