Package org.eclipse.jetty.servlet
Class Source
- java.lang.Object
 - 
- org.eclipse.jetty.servlet.Source
 
 
- 
@Deprecated(since="2021-05-27") public class Source extends java.lang.ObjectDeprecated.The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.Source The source of a web artifact: servlet, filter, mapping etc 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSource.OriginDeprecated. 
- 
Constructor Summary
Constructors Constructor Description Source(Source.Origin o, java.lang.String resource)Deprecated. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Source.OrigingetOrigin()Deprecated.java.lang.StringgetResource()Deprecated.java.lang.StringtoString()Deprecated. 
 - 
 
- 
- 
Field Detail
- 
EMBEDDED
public static final Source EMBEDDED
Deprecated. 
- 
JAVAX_API
public static final Source JAVAX_API
Deprecated. 
- 
_origin
public Source.Origin _origin
Deprecated. 
- 
_resource
public java.lang.String _resource
Deprecated. 
 - 
 
- 
Constructor Detail
- 
Source
public Source(Source.Origin o, java.lang.String resource)
Deprecated.- Parameters:
 o- the Origin of the artifact (servlet, filter, mapping etc)resource- the location where the artifact was declared
 
 - 
 
- 
Method Detail
- 
getOrigin
public Source.Origin getOrigin()
Deprecated.- Returns:
 - the origin
 
 
- 
getResource
public java.lang.String getResource()
Deprecated.- Returns:
 - the resource
 
 
- 
toString
public java.lang.String toString()
Deprecated.- Overrides:
 toStringin classjava.lang.Object- See Also:
 Object.toString()
 
 - 
 
 -