Package org.jboss.dna.common.component

A simple framework for loading and managing Component objects that may be configured and used reflectively.

See:
          Description


Interface Summary
ClassLoaderFactory Factory interface for creating class loaders.
Component<T extends ComponentConfig> The interface for a DNA component, which sequences nodes and their content to extract additional information from the information.
 

Class Summary
ComponentConfig An immutable configuration for a Component.
ComponentLibrary<ComponentType,ConfigType extends ComponentConfig> Maintains the list of component instances for the system.
StandardClassLoaderFactory A ClassLoaderFactory implementation that loads classes using the thread's context class loader or (optionally) a supplied class loader.
 

Package org.jboss.dna.common.component Description

A simple framework for loading and managing Component objects that may be configured and used reflectively.



Copyright © 2008-2009 JBoss, a division of Red Hat. All Rights Reserved.