ezc
Interface ComponentContext


public interface ComponentContext

Provides context to a component instance. Only those components (and regular objects) registered as dependancies when the component was added to its container are exposed in a components ComponentContext.

Author:
Jens Wyke (jw@jenswyke.com)
See Also:
EzcContainer

Method Summary
 java.util.Iterator getDependanyKeys()
           
 java.lang.Object getDependency(java.lang.String localKey)
           
 

Method Detail

getDependency

public java.lang.Object getDependency(java.lang.String localKey)

getDependanyKeys

public java.util.Iterator getDependanyKeys()