Class Source
java.lang.Object
org.eclipse.jetty.ee10.servlet.Source
Source
The source of a web artifact: servlet, filter, mapping etc
- 
Nested Class SummaryNested Classes
- 
Field SummaryFieldsModifier and TypeFieldDescriptionfinal Stringfinal Source.Originstatic final Sourcestatic final Source
- 
Constructor SummaryConstructorsConstructorDescriptionA 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- 
SourceA 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 a- Resource)
 
 
- 
- 
Method Details- 
getOrigin
- 
getResource
- 
getName
- 
toString
 
-