er.extensions.components.javascript
Class ERXJSRemoteCall
java.lang.Object
com.webobjects.appserver.WOElement
com.webobjects.appserver.WOComponent
er.extensions.components.javascript.ERXJSRemoteCall
- All Implemented Interfaces:
- WOActionResults, NSKeyValueCoding, NSKeyValueCoding.ErrorHandling, NSKeyValueCodingAdditions, NSValidation, Serializable, Cloneable
public class ERXJSRemoteCall
- extends WOComponent
JavaScript remote execution.
See: http://developer.apple.com/internet/javascript/iframe.html for details
- See Also:
- Serialized Form
| Bindings |
sample | sample binding explanation |
| Methods inherited from class com.webobjects.appserver.WOComponent |
__valueForBinding, _associationWithName, _awakeInContext, _childTemplate, _cleanUpStatelessComponent, _componentDefinition, _componentUnroll, _isPage, _setContext, _setIsPage, _setParent, _setSubcomponent, _sleepInContext, _subcomponentForElementWithID, _templateNameForClass, _unroll, appendToResponse, application, awake, baseURL, bindingKeys, canAccessFieldsDirectly, canGetValueForBinding, canSetValueForBinding, clone, context, debugString, descriptionForResponse, ensureAwakeInContext, frameworkName, generateResponse, handleQueryWithUnboundKey, handleTakeValueForUnboundKey, hasBinding, hasSession, invokeAction, isCachingEnabled, isEventLoggingEnabled, isStateless, logString, pageWithName, parent, path, pathURL, performParentAction, pullValuesFromParent, pushValuesToParent, session, set_componentUnroll, set_unroll, setCachingEnabled, setValueForBinding, sleep, takeValueForKey, takeValueForKeyPath, takeValuesFromRequest, template, templateWithHTMLString, templateWithHTMLString, templateWithName, toString, unableToSetNullForKey, validateTakeValueForKeyPath, validateValueForKey, validationFailedWithException, valueForBinding, valueForBooleanBinding, valueForIntegerBinding, valueForKey, valueForKeyPath, valueForNSArrayBindings, valueForNSDictionaryBindings, valueForNumberBinding, valueForStringBinding |
_arguments
protected NSDictionary _arguments
_parameters
protected NSArray _parameters
_url
protected String _url
currentValue
public Object currentValue
currentKey
public Object currentKey
ERXJSRemoteCall
public ERXJSRemoteCall(WOContext context)
- Public constructor
- Parameters:
context - the context
synchronizesVariablesWithBindings
public boolean synchronizesVariablesWithBindings()
- component does not synchronize it's variables
- Overrides:
synchronizesVariablesWithBindings in class WOComponent
name
public String name()
- Overrides:
name in class WOComponent
frameName
public String frameName()
actionClass
public String actionClass()
url
public String url()
arguments
public NSDictionary arguments()
parameters
public NSArray parameters()
reset
public void reset()
- Overrides:
reset in class WOComponent
Copyright © 2002 – 2007 Project Wonder.