
Public Member Functions | |
| String | actionClass () |
| NSDictionary | arguments () |
| ERXJSRemoteCall (WOContext context) | |
| String | frameName () |
| String | name () |
| NSArray | parameters () |
| void | reset () |
| boolean | synchronizesVariablesWithBindings () |
| String | url () |
Public Attributes | |
| Object | currentKey |
| Object | currentValue |
Protected Attributes | |
| NSDictionary | _arguments |
| NSArray | _parameters |
| String | _url |
Static Private Attributes | |
| static final Logger | log = Logger.getLogger(ERXJSRemoteCall.class) |
| ERXJSRemoteCall | ( | WOContext | context | ) |
Public constructor
| context | the context |
| String actionClass | ( | ) |
| NSDictionary arguments | ( | ) |
| String frameName | ( | ) |
| String name | ( | ) |
| NSArray parameters | ( | ) |
| void reset | ( | ) |
| boolean synchronizesVariablesWithBindings | ( | ) |
component does not synchronize it's variables
| String url | ( | ) |
NSDictionary _arguments [protected] |
NSArray _parameters [protected] |
| Object currentKey |
| Object currentValue |
1.5.8