Uses of Enum Class
org.eclipse.jetty.ee10.servlet.Source.Origin
-
Uses of Source.Origin in org.eclipse.jetty.ee10.servlet
Modifier and TypeMethodDescriptionSource.getOrigin()
Get the origin.static Source.Origin
Returns the enum constant of this class with the specified name.static Source.Origin[]
Source.Origin.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionA Source without a name/location.Source
(Source.Origin o, Class<?> clazz) Source
(Source.Origin o, String name) Source
(Source.Origin o, Resource resource)