|
Class Summary |
| AbstractBeanDefinition |
An abstract bean definition for any sort of bean that can be setup in ColdSpring
|
| AbstractProperty |
An abstract dependency, such as a constructor-arg or property definition
|
| AbstractValue |
An abstract value for an Abstract Property
|
| CFCBeanDefinition |
A bean definition for a CFC
|
| ConstructorArg |
A constructor arg dependency
|
| ListValue |
An array of abstractValues, use getValue() to modify
|
| MapValue |
I represent a struct of AbstractValues, use getValue() to modify
|
| NullValue |
Value that returns Java null always
|
| Property |
A property dependency
|
| RefValue |
A reference to another BeanDefinition
|
| SimpleValue |
Is a simple value, such as a string, or a number
|