Interface Context

    • Method Detail

      • get

        Object get​(String key)
        Searches for the value with the specified attribute key in this context.
        Parameters:
        key - the attribute key.
        Returns:
        the value in this context with the specified attribute key value.
      • getAttributeNames

        Collection<StringgetAttributeNames()
        Returns the names of all attributes of this context.
        Returns:
        the names of all attributes of this context.