org.apache.avalon.composition.model
Interface ContextualizationHandler


public interface ContextualizationHandler

Definition of an extension handler that handles the Contextualize stage of a component lifecycle.

Author:
Avalon Development Team

Method Summary
 void contextualize(Object object, Context context)
          Handle the contextualization stage of a component lifecycle.
 

Method Detail

contextualize

public void contextualize(Object object,
                          Context context)
                   throws ContextException
Handle the contextualization stage of a component lifecycle.

Parameters:
context - the context to apply
object - the object to contextualize
Throws:
ContextException - if a contextualization error occurs


Copyright © The Apache Software Foundation. All Rights Reserved.