org.apache.avalon.activation.lifecycle
Interface ContextualizationHandler
- public interface ContextualizationHandler
Definition of an extension handler that handles the Contextualize
stage of a component lifecycle.
- Author:
- Avalon Development Team
contextualize
public void contextualize(Object object,
Context context)
throws ContextException
- Handle the contextualization stage of a component lifecycle.
- Parameters:
context
- the context to applyobject
- the object to contextualize
- Throws:
ContextException
- if a contextualization error occurs
Copyright © Apache Software Foundation. All Rights Reserved.