Uses of Enum Class
org.eclipse.jetty.http.pathmap.PathSpecGroup
Package
Description
Jetty Security : Modular Support for Security in Jetty
-
Uses of PathSpecGroup in org.eclipse.jetty.http.pathmap
Modifier and TypeMethodDescriptionPathSpec.getGroup()
The spec group.RegexPathSpec.getGroup()
ServletPathSpec.getGroup()
UriTemplatePathSpec.getGroup()
static PathSpecGroup
Returns the enum constant of this class with the specified name.static PathSpecGroup[]
PathSpecGroup.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of PathSpecGroup in org.eclipse.jetty.security
Modifier and TypeMethodDescriptionprotected int
SecurityHandler.PathMapped.pathSpecGroupPrecedence
(PathSpecGroup group) Get the relative precedence of aPathSpecGroup
used bySecurityHandler.PathMapped.compare(MappedResource, MappedResource)
to sortConstraint
s.