Package org.eclipse.jetty.xml
Interface ConfigurationProcessor
-
public interface ConfigurationProcessorA ConfigurationProcessor for non XmlConfiguration format files.A file in non-XmlConfiguration file format may be processed by a
ConfigurationProcessorinstance that is returned from aConfigurationProcessorFactoryinstance discovered by theServiceLoadermechanism. This is used to allow spring configuration files to be used instead of jetty.xml
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Objectconfigure()java.lang.Objectconfigure(java.lang.Object obj)voidinit(java.net.URL url, XmlParser.Node root, XmlConfiguration configuration)
-
-
-
Method Detail
-
init
void init(java.net.URL url, XmlParser.Node root, XmlConfiguration configuration)
-
configure
java.lang.Object configure(java.lang.Object obj) throws java.lang.Exception- Throws:
java.lang.Exception
-
configure
java.lang.Object configure() throws java.lang.Exception- Throws:
java.lang.Exception
-
-