}
ContainerUtil.contextualize( component, m_context );
if ( component instanceof Composable )
{
ContainerUtil.compose( component, new WrapperComponentManager( m_serviceManager ) );
}
ContainerUtil.service( component, m_serviceManager );
ContainerUtil.configure( component, m_configuration );
if ( component instanceof Parameterizable )