Package org.nanocontainer.script

Interface Summary
NodeBuilderDecorationDelegate Implementors of this class can be passed to org.nanocontainer.script.groovy.OldGroovyNodeBuilder's constructor to dynamically extend the core builder syntax.
 

Class Summary
ClassPathElementHelper  
ComponentElementHelper  
NullNodeBuilderDecorationDelegate  
ScriptBuilderResolver ScriptBuilderResolver handles the task of resolving a file name to a builder name.
ScriptedContainerBuilder Base abstract class for script-based container builders based.
ScriptedContainerBuilderFactory The main class for configuration of PicoContainer with various scripting languages.
 

Exception Summary
BuilderClassNotFoundException Indicates that a given class for a builder was not found by the ScriptedContainerBuilderFactory when trying to use its specified classloader.
NanoContainerMarkupException Exception thrown due to invalid markup when assembling NanoContainers.
UnsupportedScriptTypeException Indicates that a given file extension has no corresponding builder.
 



Copyright © 2003-2009 Codehaus. All Rights Reserved.