Package org.geotools.sld
Class SLDConfiguration
- Object
- 
- Configuration
- 
- SLDConfiguration
 
 
- 
 public class SLDConfiguration extends Configuration Parser configuration for the Styled Layer Descriptor schema.- Author:
- Justin Deoliveira, The Open Planning Project
 
- 
- 
Constructor SummaryConstructors Constructor Description SLDConfiguration()Adds a dependency onOGCConfiguration
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidconfigureContext(MutablePicoContainer container)Configures the sld context.protected voidconfigureParser(Parser parser)Configures the parser to be used with this configuration.protected voidregisterBindings(MutablePicoContainer container)Registers the bindings for the configuration.- 
Methods inherited from class ConfigurationaddDependency, allDependencies, configureBindings, configureBindings, configureEncoder, equals, getContext, getDependencies, getDependency, getNamespaceURI, getProperties, getXSD, hashCode, hasProperty, registerBindings, setupBindings, setupContext, setupEncoder, setupParser
 
- 
 
- 
- 
- 
Constructor Detail- 
SLDConfigurationpublic SLDConfiguration() Adds a dependency onOGCConfiguration
 
- 
 - 
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.
 
 - 
configureContextprotected void configureContext(MutablePicoContainer container) Configures the sld context.The following factories are registered: - StyleFactoryImplunder- StyleFactory
 - Overrides:
- configureContextin class- Configuration
- Parameters:
- container- The container representing the context.
 
 - 
configureParserprotected void configureParser(Parser parser) Description copied from class:ConfigurationConfigures the parser to be used with this configuration.This method provides a callback for Configuration instances to configure the parser with whatever options they require. - Overrides:
- configureParserin class- Configuration
 
 
- 
 
-