public class WMTSConfiguration extends Configuration
| Constructor and Description |
|---|
WMTSConfiguration()
Creates a new configuration.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
configureContext(MutablePicoContainer context)
Configures the root context to be used when parsing elements.
|
protected void |
registerBindings(MutablePicoContainer container)
Registers the bindings for the configuration.
|
addDependency, allDependencies, configureBindings, configureBindings, configureEncoder, configureParser, equals, getContext, getDependencies, getDependency, getNamespaceURI, getProperties, getSchemaFileURL, getSchemaLocationResolver, getSchemaLocator, getXSD, hashCode, hasProperty, registerBindings, schema, setupBindings, setupBindings, setupContext, setupEncoder, setupParserprotected void configureContext(MutablePicoContainer context)
ConfigurationThe 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 Configurationcontext - The container representing the context.protected final void registerBindings(MutablePicoContainer container)
registerBindings in class Configurationcontainer - Container containing all bindings, keyed by QName.Copyright © 1996–2019 Geotools. All rights reserved.