Package com.axelor.rpc
Class ContextHandler<T>
java.lang.Object
com.axelor.rpc.ContextHandler<T>
The
ContextHandler
provides seamless way to access context values using proxy.
The proxy and it's fields are initialized lazily from the context value map when context variable is access. Any missing value of the bean is accessed from the managed instance.
For internal use only.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addChangeListener
(PropertyChangeListener listener) getProxy()
interceptJsonAccess
(Method method, Object[] args)