public class BindingLoader extends Object
| Constructor and Description |
|---|
BindingLoader(Map bindings) |
| Modifier and Type | Method and Description |
|---|---|
protected ComponentAdapter |
getBinding(QName type)
Returns the component adapter for a binding with the specified name.
|
Binding |
loadBinding(QName qName,
Class bindingClass,
PicoContainer context)
Loads a binding with a specifc class into a context.
|
Binding |
loadBinding(QName qName,
PicoContainer context)
Loads a binding with a specifc QName into a context.
|
public BindingLoader(Map bindings)
public Binding loadBinding(QName qName, PicoContainer context)
qName - The qualified name of the type of the binding object.context - The context which is to contain the binding.public Binding loadBinding(QName qName, Class bindingClass, PicoContainer context)
bindingClass - The class of the binding.context - The context which is to contain the binding.protected ComponentAdapter getBinding(QName type)
type - The qualified name of the type of the binding.Copyright © 1996–2019 Geotools. All rights reserved.