| Class | Description |
|---|---|
| ComponentImpl |
Default implementation of remote component proxy
Generated typesafe remote service proxies should extend this class
Component proxies are meant to be defined in a DI container (Spring/CDI) or directly in the Tide context
Component myComponent = tideContext.set("myComponent", new ComponentImpl(serverSession));
myComponent.call("myMethod", arg1, arg2);
|
| ComponentListenerImpl<T> | |
| DefaultApplication | |
| DefaultViewScope | |
| FaultHandler<T> |
Implementation of fault handler
|
| FutureResult<T> | |
| InstanceFactory | |
| IssueHandler<T> |
Implementation of fault handler
|
| ResultHandler<T> | |
| SimpleContextManager | |
| SimpleContextManager.DefaultInstanceStoreFactory | |
| SimpleEventBus | |
| SimpleInjectInstanceStore | |
| SimpleInstanceStore | |
| SimpleTideEvent |