Class JettyServerFactory
java.lang.Object
org.eclipse.jetty.osgi.JettyServerFactory
Configures a jetty Server instance.
- 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe value of this property points to the parent director of the jetty.xml configuration file currently executed. - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic ServercreateServer(String name, Dictionary<String, Object> props, List<URL> jettyConfigurations)  
- 
Field Details
- 
PROPERTY_THIS_JETTY_XML_FOLDER_URL
The value of this property points to the parent director of the jetty.xml configuration file currently executed. Everything is passed as a URL to support the case where the bundle is zipped.- See Also:
 
 
 - 
 - 
Constructor Details
- 
JettyServerFactory
public JettyServerFactory() 
 - 
 - 
Method Details
- 
createServer
 
 -