Class JettyWebXmlConfiguration

  • All Implemented Interfaces:
    Configuration

    @Deprecated(since="2021-05-27")
    public class JettyWebXmlConfiguration
    extends AbstractConfiguration
    Deprecated.
    The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.
    JettyWebConfiguration. Looks for XmlConfiguration files in WEB-INF. Searches in order for the first of jetty6-web.xml, jetty-web.xml or web-jetty.xml
    • Field Detail

      • PROPERTY_THIS_WEB_INF_URL

        @Deprecated
        public static final java.lang.String PROPERTY_THIS_WEB_INF_URL
        Deprecated.
        The value of this property points to the WEB-INF directory of the web-app currently installed. it is passed as a property to the jetty-web.xml file
        See Also:
        Constant Field Values
      • PROPERTY_WEB_INF_URI

        public static final java.lang.String PROPERTY_WEB_INF_URI
        Deprecated.
        See Also:
        Constant Field Values
      • PROPERTY_WEB_INF

        public static final java.lang.String PROPERTY_WEB_INF
        Deprecated.
        See Also:
        Constant Field Values
      • XML_CONFIGURATION

        public static final java.lang.String XML_CONFIGURATION
        Deprecated.
        See Also:
        Constant Field Values
      • JETTY_WEB_XML

        public static final java.lang.String JETTY_WEB_XML
        Deprecated.
        See Also:
        Constant Field Values
    • Constructor Detail

      • JettyWebXmlConfiguration

        public JettyWebXmlConfiguration()
        Deprecated.