Interface Context

All Known Implementing Classes:
DefaultContext

public interface Context
A context to be used in subcomponents. The general idea of Context/Contextualizable was taken from Jakarta's Avalon framework.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    get(String key)
    Searches for the value with the specified attribute key in this context.
    Returns the names of all attributes of this context.
  • Method Details

    • get

      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

      Returns the names of all attributes of this context.
      Returns:
      the names of all attributes of this context.