Class JettyServerFactory

java.lang.Object
org.eclipse.jetty.osgi.JettyServerFactory

public class JettyServerFactory extends Object
JettyServerFactory Configures a jetty Server instance.
  • Field Details

    • PROPERTY_THIS_JETTY_XML_FOLDER_URL

      public static final String 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