public class SymbolBindingFactory extends java.lang.Object implements BindingFactory
| Constructor and Description | 
|---|
| SymbolBindingFactory(SymbolSource symbolSource) | 
| Modifier and Type | Method and Description | 
|---|---|
| Binding | newBinding(java.lang.String description,
          ComponentResources container,
          ComponentResources component,
          java.lang.String expression,
          Location location)Creates a new binding instance. | 
public SymbolBindingFactory(SymbolSource symbolSource)
public Binding newBinding(java.lang.String description, ComponentResources container, ComponentResources component, java.lang.String expression, Location location)
BindingFactorynewBinding in interface BindingFactorydescription - of the binding, such as, "parameter foo"container - the component, as represented by its resources, for which a binding is to be created.component - the component whose parameter is to be bound by the resulting binding (rarely used)location - from which the binding was generate, or null if not known${project.version} - Copyright © 2003-2015 The Apache Software Foundation.