-
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 ofjetty.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(org.eclipse.jetty.util.resource.Resource resource, XmlParser.Node root, XmlConfiguration configuration)Initialize a ConfigurationProcessor from provided Resource and XML
-
-
-
Method Detail
-
init
void init(org.eclipse.jetty.util.resource.Resource resource, XmlParser.Node root, XmlConfiguration configuration)Initialize a ConfigurationProcessor from provided Resource and XML- Parameters:
resource- the resource being readroot- the parsed XML root node for the resourceconfiguration- the configuration being used (typically for ref IDs)
-
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
-
-