Class ContextHandler<T>


  • public class ContextHandler<T>
    extends Object
    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:
    Context