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.
      • put

        java.lang.Object put​(java.lang.String key,
                             java.lang.Object value)
        Place a key value pair into the context.
        Parameters:
        key -
        value -
        Returns:
        previous value
      • get

        java.lang.Object get​(java.lang.String key)
        Retrieve the specified valuefrom the given key.
        Parameters:
        key -
        Returns:
        found value
      • containsKey

        boolean containsKey​(java.lang.String key)
        Tests if the key exists in the specified scope
        Parameters:
        key -
        Returns:
        true if key exists