Class Source
java.lang.Object
org.eclipse.jetty.ee10.servlet.Source
The source of a web artifact: servlet, filter, mapping etc
- 
Nested Class Summary
Nested Classes - 
Field Summary
FieldsModifier and TypeFieldDescriptionfinal Stringfinal Source.Originstatic final Sourcestatic final Source - 
Constructor Summary
ConstructorsConstructorDescriptionA Source without a name/location.Source(Source.Origin o, Class<?> clazz) Source(Source.Origin o, String name) Source(Source.Origin o, Resource resource)  - 
Method Summary
 
- 
Field Details
- 
EMBEDDED
 - 
JAKARTA_API
 - 
_origin
 - 
_name
 - 
_resource
 
 - 
 - 
Constructor Details
- 
Source
A Source without a name/location.- Parameters:
 o- the Origin of the artifact (servlet, filter, mapping etc)
 - 
Source
- Parameters:
 o- the Origin of the artifact (servlet, filter, mapping etc)clazz- the class where the artifact was declared
 - 
Source
- Parameters:
 o- the Origin of the artifact (servlet, filter, mapping etc)resource- the location where the artifact was declared
 - 
Source
- Parameters:
 o- the Origin of the artifact (servlet, filter, mapping etc)name- the name of the location where the artifact was declared (not aResource)
 
 - 
 - 
Method Details
- 
getOrigin
 - 
getResource
 - 
getName
 - 
toString
 
 -