public class SEConfiguration extends Configuration
Constructor and Description |
---|
SEConfiguration()
Creates a new configuration.
|
Modifier and Type | Method and Description |
---|---|
protected void |
configureContext(MutablePicoContainer container)
Configures the root context to be used when parsing elements.
|
protected void |
configureParser(Parser parser)
Configures the parser to be used with this configuration.
|
protected void |
registerBindings(MutablePicoContainer container)
Registers the bindings for the configuration.
|
addDependency, allDependencies, configureBindings, configureBindings, configureEncoder, equals, getContext, getDependencies, getDependency, getNamespaceURI, getProperties, getSchemaFileURL, getSchemaLocationResolver, getSchemaLocator, getXSD, hashCode, hasProperty, registerBindings, schema, setupBindings, setupBindings, setupContext, setupEncoder, setupParser
protected final void registerBindings(MutablePicoContainer container)
registerBindings
in class Configuration
container
- Container containing all bindings, keyed by QName
.protected void configureContext(MutablePicoContainer container)
Configuration
The context satisfies any dependencies needed by a binding. This is often a factory used to create something.
This method should be overridden. The default implementation does nothing.
configureContext
in class Configuration
container
- The container representing the context.protected void configureParser(Parser parser)
Configuration
This method provides a callback for Configuration instances to configure the parser with whatever options they require.
configureParser
in class Configuration
Copyright © 1996–2019 Geotools. All rights reserved.