Uses of Class
org.eclipse.jetty.server.handler.ContextHandler.Availability
-
Packages that use ContextHandler.Availability Package Description org.eclipse.jetty.server.handler Jetty Server : Core Handler API -
-
Uses of ContextHandler.Availability in org.eclipse.jetty.server.handler
Methods in org.eclipse.jetty.server.handler that return ContextHandler.Availability Modifier and Type Method Description static ContextHandler.Availability
ContextHandler.Availability. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ContextHandler.Availability[]
ContextHandler.Availability. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-