Uses of Class
org.eclipse.jetty.http.pathmap.PathSpecGroup
-
Packages that use PathSpecGroup Package Description org.eclipse.jetty.http.pathmap -
-
Uses of PathSpecGroup in org.eclipse.jetty.http.pathmap
Fields in org.eclipse.jetty.http.pathmap declared as PathSpecGroup Modifier and Type Field Description private PathSpecGroupRegexPathSpec. _groupprivate PathSpecGroupServletPathSpec. _groupprivate PathSpecGroupUriTemplatePathSpec. _groupMethods in org.eclipse.jetty.http.pathmap that return PathSpecGroup Modifier and Type Method Description PathSpecGroupPathSpec. getGroup()The spec group.PathSpecGroupRegexPathSpec. getGroup()PathSpecGroupServletPathSpec. getGroup()PathSpecGroupUriTemplatePathSpec. getGroup()static PathSpecGroupPathSpecGroup. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PathSpecGroup[]PathSpecGroup. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.jetty.http.pathmap with parameters of type PathSpecGroup Modifier and Type Method Description private booleanPathMappings. canBeOptimized(PathSpecGroup suffixGlob)
-