Uses of Package
org.eclipse.jetty.rewrite.handler
Packages that use org.eclipse.jetty.rewrite.handler
Package
Description
Jetty Rewrite : Rewrite Handler and Rules for Jetty
-
Classes in org.eclipse.jetty.rewrite.handler used by org.eclipse.jetty.rewriteClassDescriptionAn abstract rule that, upon matching a certain condition, may wrap the
Requestor theHandlerto execute custom logic.A container that groupsRules and is itself aRule. -
Classes in org.eclipse.jetty.rewrite.handler used by org.eclipse.jetty.rewrite.handlerClassDescriptionAbstract rule that matches against request headers.Abstract rule that uses the Servlet pattern syntax via
ServletPathSpecfor path pattern matching.Abstract rule that uses the regular expression syntax for path pattern matching.An abstract rule that, upon matching a certain condition, may wrap theRequestor theHandlerto execute custom logic.A container that groupsRules and is itself aRule.