class BindFactory extends AbstractFactory
| Modifiers | Name | Description | 
|---|---|---|
static String  | 
                            CONTEXT_DATA_KEY | 
                            
| Type | Name and description | 
|---|---|
Map<String, TriggerBinding>  | 
                            syntheticBindings | 
                        
| Constructor and description | 
|---|
                                BindFactory
                                () | 
                        
| Type Params | Return Type | Name and description | 
|---|---|---|
 | 
                            Object | 
                            bindingAttributeDelegate(FactoryBuilderSupport builder, Object node, Object attributes) | 
                        
 | 
                            TriggerBinding | 
                            getTriggerBinding(PropertyBinding psb) | 
                        
 | 
                            boolean | 
                            isHandlesNodeChildren() | 
                        
 | 
                            boolean | 
                            isLeaf() | 
                        
 | 
                            Object | 
                            newInstance(FactoryBuilderSupport builder, Object name, Object value, Map attributes)Accepted Properties...  | 
                        
 | 
                            boolean | 
                            onHandleNodeAttributes(FactoryBuilderSupport builder, Object node, Map attributes) | 
                        
 | 
                            boolean | 
                            onNodeChildren(FactoryBuilderSupport builder, Object node, Closure childContent) | 
                        
 | 
                            void | 
                            onNodeCompleted(FactoryBuilderSupport builder, Object parent, Object node) | 
                        
| Methods inherited from class | Name | 
|---|---|
class AbstractFactory | 
                            isHandlesNodeChildren, isLeaf, onFactoryRegistration, onHandleNodeAttributes, onNodeChildren, onNodeCompleted, setChild, setParent | 
                        
Accepted Properties... group? source ((sourceProperty) | (sourceEvent sourceValue)) (target targetProperty)? (? use default javabeans property if targetProperty is not present?)
Copyright © 2003-2024 The Apache Software Foundation. All rights reserved.