Package org.geotools.gml3
Class ApplicationSchemaConfiguration
- Object
- 
- Configuration
- 
- ApplicationSchemaConfiguration
 
 
- 
 public class ApplicationSchemaConfiguration extends Configuration An xml configuration for application schemas.This Configuration expects the namespace and schema location URI of the main xsd file for a given application schema and is able to resolve the schema location for the includes and imports as well as they're defined as relative paths and the provided schemaLocationis a file URI.- Since:
- 2.4
- Author:
- Justin Deoliveira, The Open Planning Project, Gabriel Roldan, Axios Engineering
 
- 
- 
Constructor SummaryConstructors Constructor Description ApplicationSchemaConfiguration(String namespace, String schemaLocation)ApplicationSchemaConfiguration(String namespace, String schemaLocation, EntityResolver resolver)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidregisterBindings(MutablePicoContainer container)Registers the bindings for the configuration.- 
Methods inherited from class ConfigurationaddDependency, allDependencies, configureBindings, configureBindings, configureContext, configureEncoder, configureParser, equals, getContext, getDependencies, getDependency, getNamespaceURI, getProperties, getXSD, hashCode, hasProperty, registerBindings, setupBindings, setupContext, setupEncoder, setupParser
 
- 
 
- 
- 
- 
Constructor Detail- 
ApplicationSchemaConfigurationpublic ApplicationSchemaConfiguration(String namespace, String schemaLocation) 
 - 
ApplicationSchemaConfigurationpublic ApplicationSchemaConfiguration(String namespace, String schemaLocation, EntityResolver resolver) 
 
- 
 - 
Method Detail- 
registerBindingsprotected void registerBindings(MutablePicoContainer container) Description copied from class:ConfigurationRegisters the bindings for the 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.- Overrides:
- registerBindingsin class- Configuration
- Parameters:
- container- Container containing all bindings, keyed by- QName.
 
 
- 
 
-