Uses of Enum Class
org.eclipse.jetty.ee10.servlet.Source.Origin
Packages that use Source.Origin
-
Uses of Source.Origin in org.eclipse.jetty.ee10.servlet
Subclasses with type arguments of type Source.Origin in org.eclipse.jetty.ee10.servletFields in org.eclipse.jetty.ee10.servlet declared as Source.OriginMethods in org.eclipse.jetty.ee10.servlet that return Source.OriginModifier 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.Constructors in org.eclipse.jetty.ee10.servlet with parameters of type Source.OriginModifierConstructorDescriptionA Source without a name/location.Source
(Source.Origin o, Class<?> clazz) Source
(Source.Origin o, String name) Source
(Source.Origin o, Resource resource)