org.eclipse.jetty.xml
public interface ConfigurationProcessor
A file in non-XmlConfiguration file format may be processed by a ConfigurationProcessor
instance that is returned from a ConfigurationProcessorFactory
instance discovered by the
ServiceLoader
mechanism. This is used to allow spring configuration files to be used instead of
jetty.xml
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
configure() |
java.lang.Object |
configure(java.lang.Object obj) |
void |
init(java.net.URL url,
XmlParser.Node config,
java.util.Map<java.lang.String,java.lang.Object> idMap,
java.util.Map<java.lang.String,java.lang.String> properties) |
void init(java.net.URL url, XmlParser.Node config, java.util.Map<java.lang.String,java.lang.Object> idMap, java.util.Map<java.lang.String,java.lang.String> properties)
java.lang.Object configure(java.lang.Object obj) throws java.lang.Exception
java.lang.Exception
java.lang.Object configure() throws java.lang.Exception
java.lang.Exception
Copyright © 2016. All Rights Reserved.