Uses of Class
org.eclipse.jetty.servlet.Source.Origin
-
Packages that use Source.Origin Package Description org.eclipse.jetty.servlet Jetty Server : Modular Servlet Integration -
-
Uses of Source.Origin in org.eclipse.jetty.servlet
Fields in org.eclipse.jetty.servlet declared as Source.Origin Modifier and Type Field Description Source.Origin
Source. _origin
Methods in org.eclipse.jetty.servlet that return Source.Origin Modifier and Type Method Description Source.Origin
Source. getOrigin()
static Source.Origin
Source.Origin. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Source.Origin[]
Source.Origin. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.eclipse.jetty.servlet with parameters of type Source.Origin Constructor Description Source(Source.Origin o, java.lang.String resource)
-