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  
AbstractScriptedContainerBuilderTestCase  
ClassNameDefaultClassLoadingPicoContainerTestCase  
ClassNameDefaultClassLoadingPicoContainerTestCase.AnotherFooComp  
DefaultContainerBuilder Default builder creates an empty caching DefaultPicoContainer
FooDecoratingPicoContainer  
LifecycleContainerBuilderTestCase  
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.
ScriptedBuilderNameResolverTestCase  
ScriptedBuilderTestCase  
ScriptedBuilderTestCase.CustomParentcontainer  
ScriptedBuilderTestCase.TestPicoContainer  
ScriptedBuilderTestCase.TestScriptedContainer  
ScriptedContainerBuilder Abstract class for script-based container builders
ScriptedContainerBuilderFactory Factory class for scripted container builders of various scripting languages.
StoringContainerTestCase Test case to prove that the DefaultContainerRecorder can be replaced by use of Storing behaviours.
StringConversionsTestCase  
TestHelper  
UnsupportedScriptTypeExceptionTestCase Exception Tests.
 

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.