ChainedComponentModelBuilder |
Builds a regular ChainedComponentModel from an element.
|
ChainsBuilder<COMPONENT extends ChainedComponent<?>,CHAIN extends Chain<COMPONENT>> |
|
ChainSpecificationBuilder |
Creates a partial ChainSpecification without inner components
|
ComponentsBuilder<T extends ChainedComponent<?>> |
Creates component models and component references from xml for a given scope.
|
ComponentsBuilder.ComponentType<T extends ChainedComponent<?>> |
|
DependenciesBuilder |
Builds Dependencies (provides, before, after) from an element.
|
DomBuilderCreator |
Utility class for instantiating a builder using reflection.
|
DomChainBuilderBase<COMPONENT extends ChainedComponent<?>,CHAIN extends Chain<COMPONENT>> |
Base functionality for all chain builders (docprocChain, searchChain, provider, source)
|
DomChainsBuilder<COMPONENT extends ChainedComponent<?>,CHAIN extends Chain<COMPONENT>,CHAINS extends Chains<CHAIN>> |
NOTE: This class _must_ be abstract, due to calling subclass method in ctor.
|
GenericChainedComponentModelBuilder |
reads the common attributes and elements of all chained component elements.
|
InheritanceBuilder |
Build an Inheritance object from an inheritance section.
|