org.apache.avalon.composition.model
Interface ContextModel

All Known Implementing Classes:
DefaultContextModel

public interface ContextModel

Specification of a context model from which a a fully qualifed context can be established.

Version:
$Revision: 1.1.1.1 $ $Date: 2003/08/31 14:27:14 $
Author:
Avalon Development Team

Field Summary
static String DEFAULT_STRATEGY_CLASSNAME
          The default context strategy interface class.
 
Method Summary
 Context getContext()
          Return the context object for the component.
 Class getStrategyClass()
          Return the class representing the contextualization stage interface.
 

Field Detail

DEFAULT_STRATEGY_CLASSNAME

public static final String DEFAULT_STRATEGY_CLASSNAME
The default context strategy interface class.

See Also:
Constant Field Values
Method Detail

getStrategyClass

public Class getStrategyClass()
Return the class representing the contextualization stage interface.

Returns:
the contextualization interface class

getContext

public Context getContext()
Return the context object for the component.

Returns:
the context object


Copyright © Apache Software Foundation. All Rights Reserved.