org.apache.avalon.framework.context
Interface Contextualizable
- All Known Subinterfaces:
- Recontextualizable
- All Known Implementing Classes:
- DefaultComponentManager, DefaultComponentSelector
- public interface Contextualizable
This inteface should be implemented by classes that need
a Context to work. Context contains runtime generated object
provided by the parent to this class.
- Author:
- Federico Barbieri, Pierpaolo Fumagalli, Stefano Mazzocchi
contextualize
public void contextualize(Context context)
throws ContextException
- Pass the Context to the contextualizable class. This method
is always called after the constructor and, if present,
after configure but before any other method.
Copyright © 2001 Apache Jakarta Project. All Rights Reserved.