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 |
|---|---|
Object |
configure() |
Object |
configure(Object obj) |
default void |
init(Resource resource,
XmlParser.Node root,
XmlConfiguration configuration)
Initialize a ConfigurationProcessor from provided Resource and XML
|
void |
init(URL url,
XmlParser.Node root,
XmlConfiguration configuration)
Deprecated.
use
init(Resource, XmlParser.Node, XmlConfiguration) instead |
@Deprecated void init(URL url, XmlParser.Node root, XmlConfiguration configuration)
init(Resource, XmlParser.Node, XmlConfiguration) insteaddefault void init(Resource resource, XmlParser.Node root, XmlConfiguration configuration)
resource - the resource being readroot - the parsed XML root node for the resourceconfiguration - the configuration being used (typically for ref IDs)Copyright © 2010 - 2020 Adobe. All Rights Reserved