Uses of Class
org.eclipse.jetty.webapp.Origin
-
Packages that use Origin Package Description org.eclipse.jetty.webapp Jetty Util : Modular Web Application Support -
-
Uses of Origin in org.eclipse.jetty.webapp
Fields in org.eclipse.jetty.webapp declared as Origin Modifier and Type Field Description private Origin
MetaData.OriginInfo. origin
Methods in org.eclipse.jetty.webapp that return Origin Modifier and Type Method Description Origin
MetaData. getOrigin(java.lang.String name)
Origin
MetaData.OriginInfo. getOriginType()
static Origin
Origin. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Origin[]
Origin. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-