| java.lang.Object org.geotools.xml.impl.BindingLoader
BindingLoader | public class BindingLoader (Code) | | |
Method Summary | |
protected ComponentAdapter | getBinding(QName type) Returns the component adapter for a binding with the specified name.
Parameters: type - The qualified name of the type of the binding. | public MutablePicoContainer | getContainer() | public Binding | loadBinding(QName qName, MutablePicoContainer context) Loads a binding with a specifc QName into a context.
Parameters: qName - The qualified name of the type of the binding object. Parameters: context - The context which is to contain the binding. | public Binding | loadBinding(Class bindingClass, MutablePicoContainer context) Loads a binding with a specifc class into a context.
Parameters: bindingClass - The class of the binding. Parameters: context - The context which is to contain the binding. | public void | setContainer(MutablePicoContainer container) Sets the container which houses bindings. |
container | MutablePicoContainer container(Code) | | |
BindingLoader | public BindingLoader()(Code) | | |
getBinding | protected ComponentAdapter getBinding(QName type)(Code) | | Returns the component adapter for a binding with the specified name.
Parameters: type - The qualified name of the type of the binding. The binding class, or null if no such class exists. |
getContainer | public MutablePicoContainer getContainer()(Code) | | The container which houses the bindings. |
loadBinding | public Binding loadBinding(QName qName, MutablePicoContainer context)(Code) | | Loads a binding with a specifc QName into a context.
Parameters: qName - The qualified name of the type of the binding object. Parameters: context - The context which is to contain the binding. The binding object of the associated type, otherwise null ifno such binding could be created. |
loadBinding | public Binding loadBinding(Class bindingClass, MutablePicoContainer context)(Code) | | Loads a binding with a specifc class into a context.
Parameters: bindingClass - The class of the binding. Parameters: context - The context which is to contain the binding. The binding object of the associated type, otherwise null ifno such binding could be created. |
setContainer | public void setContainer(MutablePicoContainer container)(Code) | | Sets the container which houses bindings.
|
|
|