Interface InternalWrapperContext

    • Method Detail

      • getInternalUserContext

        Context getInternalUserContext()
        Returns the wrapped user context.
        Returns:
        The wrapped user context.
      • getBaseContext

        InternalContextAdapter getBaseContext()
        Returns the base full context impl.
        Returns:
        The base full context impl.
      • localPut

        java.lang.Object localPut​(java.lang.String key,
                                  java.lang.Object value)
        Allows callers to explicitly put objects in the local context. Objects added to the context through this method always end up in the top-level context of possible wrapped contexts.
        Parameters:
        key - name of item to set.
        value - object to set to key.
        Returns:
        old stored object