Class Source

java.lang.Object
org.eclipse.jetty.servlet.Source

@Deprecated(since="2021-05-27") public class Source extends Object
Deprecated.
The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.
Source The source of a web artifact: servlet, filter, mapping etc
  • Field Details

    • EMBEDDED

      public static final Source EMBEDDED
      Deprecated.
    • JAVAX_API

      public static final Source JAVAX_API
      Deprecated.
    • _origin

      public Source.Origin _origin
      Deprecated.
    • _resource

      public String _resource
      Deprecated.
  • Constructor Details

    • Source

      public Source(Source.Origin o, String resource)
      Deprecated.
      Parameters:
      o - the Origin of the artifact (servlet, filter, mapping etc)
      resource - the location where the artifact was declared
  • Method Details