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.handlerClassDescriptionRewrites the URI by compacting to remove occurrences of
//and/../.Abstract rule that matches against request headers.Abstract rule that uses the Servlet pattern syntax viaServletPathSpecfor 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.ARequest.Wrapperused to chain a sequence ofRules together.A container that groupsRules and is itself aRule.