public class SMIL20Configuration extends Configuration
Constructor and Description |
---|
SMIL20Configuration() |
Modifier and Type | Method and Description |
---|---|
protected void |
registerBindings(MutablePicoContainer container)
Registers the bindings for the configuration.
|
addDependency, allDependencies, configureBindings, configureBindings, configureContext, configureEncoder, configureParser, equals, getContext, getDependencies, getDependency, getNamespaceURI, getProperties, getSchemaFileURL, getSchemaLocationResolver, getSchemaLocator, getXSD, hashCode, hasProperty, registerBindings, schema, setupBindings, setupBindings, setupContext, setupEncoder, setupParser
protected void registerBindings(MutablePicoContainer container)
Configuration
This method is intended to provide the default bindings for a configuration and is
intended to be subclassed by client code. Client code should use Configuration.configureBindings(MutablePicoContainer)
. Subclasses should mark this method as final after
implementing.
registerBindings
in class Configuration
container
- Container containing all bindings, keyed by QName
.Copyright © 1996–2019 Geotools. All rights reserved.