|
Project Wonder 5.0.0.8660 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.webobjects.appserver.WOElement
com.webobjects.appserver.WOComponent
er.extensions.components.ERXComponent
er.ajax.json.client.AjaxStatelessJSONClient
er.ajax.json.client.AjaxJSONClient
public class AjaxJSONClient
AjaxJSONClient renders a "new JSONRpcClient('...')" with a URL back to your application (along with a session ID if
there is one).
var jsonClient =
| Bindings | |
callback | the initialization callback |
componentName | the JSON component to use |
global | if true, a single component instance will be shared for the session (defaults false) |
instance | if global is false, you can set a specific instance identifier (leave out for a generated value) |
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.webobjects.appserver.WOComponent |
|---|
WOComponent._EventLoggingEnabler, WOComponent.Event |
| Nested classes/interfaces inherited from interface com.webobjects.foundation.NSKeyValueCodingAdditions |
|---|
NSKeyValueCodingAdditions.DefaultImplementation, NSKeyValueCodingAdditions.Utility |
| Nested classes/interfaces inherited from interface com.webobjects.foundation.NSValidation |
|---|
NSValidation._MethodBinding, NSValidation._ValidationBinding, NSValidation.DefaultImplementation, NSValidation.Utility, NSValidation.ValidationException |
| Field Summary |
|---|
| Fields inherited from class er.extensions.components.ERXComponent |
|---|
_dynamicBindings |
| Fields inherited from class com.webobjects.appserver.WOComponent |
|---|
_Extension, _IsEventLoggingEnabled, _keyAssociations, MINUSONE |
| Fields inherited from interface com.webobjects.foundation.NSKeyValueCoding.ErrorHandling |
|---|
_CLASS |
| Fields inherited from interface com.webobjects.foundation.NSKeyValueCodingAdditions |
|---|
_CLASS, _KeyPathSeparatorChar, KeyPathSeparator |
| Fields inherited from interface com.webobjects.foundation.NSValidation |
|---|
_CLASS |
| Constructor Summary | |
|---|---|
AjaxJSONClient(WOContext context)
|
|
| Method Summary | |
|---|---|
boolean |
global()
|
boolean |
isStateless()
|
String |
jsonComponent()
|
String |
jsonInstance()
|
| Methods inherited from class er.ajax.json.client.AjaxStatelessJSONClient |
|---|
appendToResponse, synchronizesVariablesWithBindings |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AjaxJSONClient(WOContext context)
| Method Detail |
|---|
public boolean isStateless()
isStateless in class AjaxStatelessJSONClientpublic boolean global()
global in class AjaxStatelessJSONClientpublic String jsonComponent()
jsonComponent in class AjaxStatelessJSONClientpublic String jsonInstance()
jsonInstance in class AjaxStatelessJSONClient
|
Last updated: Sat, Nov 22, 2008 04:41 AM EST | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||