Generated by
JDiff

Class com.webobjects.eoapplication.EOController

Added Methods
NSArray additionalActions() Returns actions to be added to the controllers default actions.
NSDictionary additionalKeyValuePairs() Returns an NSDictionary of additional key-value pairs used by handleQueryWithUnboundKey().
void setAdditionalActions(NSArray) Sets actions to be added to the controllers default actions.
void setAdditionalKeyValuePair(Object, String) Adds value to the dictionary of additionalKeyValuePairs with key.
void setAdditionalKeyValuePairs(NSDictionary) Sets NSDictionary dictionary of key-value pairs for use in handleQueryWithUnboundKey()
 

Added Fields
int ControllerAndSupercontrollersEnumeration The constant describing enumerations that enumerate over a controller's supercontrollers not including the controller itself.