Class | Description |
---|---|
AbstractParameter | |
BasicComponentParameter |
A BasicComponentParameter should be used to pass in a particular component as argument to a
different component's constructor.
|
CollectionComponentParameter |
A CollectionComponentParameter should be used to support inject an
Array , a
Collection or Map of components automatically. |
ComponentParameter |
A ComponentParameter should be used to pass in a particular component as argument to a
different component's constructor.
|
ConfigParameterTestCase |
test that config parameter does the right job
|
ConfigParameterTestCase.ExternallyConfiguredComponent |
test component to show automatic conversion
|
ConstantParameter |
A ConstantParameter should be used to pass in "constant" arguments to constructors.
|
ConstantParameterTestCase |
test that constant parameter behaves well.
|
ConstantParameterTestCase.ConstantParameterTestClass | |
DefaultConstructorParameter |
Part of the replacement construct for Parameter.ZERO
|
NullParameter |
Once in a great while, you actually want to pass in 'null' as an argument.
|
NullParameterTestCase | |
ParameterTestCase | |
ParameterTestCase.FooNameBinding |
Copyright © 2003–2015 Codehaus. All rights reserved.