Package org.picocontainer.script

Interface Summary
ContainerBuilder The responsibility of a ContainerBuilder is to build containers.
NodeBuilderDecorator NodeBuilderDecorators allows to dynamically extend node-based builder syntax, such as GroovyNodeBuilder.
 

Class Summary
AbstractContainerBuilder  
DefaultContainerBuilder Default builder creates an empty caching DefaultPicoContainer
NullNodeBuilderDecorator Null-object implementation of NodeBuilderDecorator
ScriptedBuilder Facade to build ScriptedScriptedPicoContainer
ScriptedBuilderNameResolver ScriptedBuilderNameResolver handles the task of resolving a file name to a builder name.
ScriptedContainerBuilder Abstract class for script-based container builders
ScriptedContainerBuilderFactory Factory class for scripted container builders of various scripting languages.
 

Enum Summary
LifecycleMode Enumeration for lifecycle behaviors with the container builders.
 

Exception Summary
BuilderClassNotFoundException Indicates that a given class for a builder was not found by the ScriptedContainerBuilderFactory when trying to use its specified classloader.
ScriptedPicoContainerMarkupException Exception thrown when invalid markup is encountered when assembling ScriptedPicoContainers.
UnsupportedScriptTypeException Thrown when a given script type extension has no corresponding builder.
 



Copyright © 2003-2010 Codehaus. All Rights Reserved.