|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.xml.Configuration
org.geotools.filter.v1_1.OGCConfiguration
public class OGCConfiguration
Parser configuration for the filter 1.1 schema.
Constructor Summary | |
---|---|
OGCConfiguration()
Adds a dependency on GMLConfiguration |
Method Summary | |
---|---|
void |
configureContext(org.picocontainer.MutablePicoContainer container)
Configures the filter context. |
protected void |
registerBindings(org.picocontainer.MutablePicoContainer container)
Registers the bindings for the configuration. |
Methods inherited from class org.geotools.xml.Configuration |
---|
addDependency, allDependencies, configureBindings, configureBindings, equals, getContext, getDependencies, getNamespaceURI, getProperties, getSchemaFileURL, getSchemaLocationResolver, getSchemaLocator, getXSD, hashCode, hasProperty, registerBindings, schema, setupBindings, setupBindings, setupContext |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OGCConfiguration()
GMLConfiguration
Method Detail |
---|
protected void registerBindings(org.picocontainer.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)
.
registerBindings
in class Configuration
container
- Container containing all bindings, keyed by QName
.public void configureContext(org.picocontainer.MutablePicoContainer container)
The following factories are registered:
FilterFactoryImpl
under FilterFactory
configureContext
in class Configuration
container
- The container representing the context.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |