- All Known Implementing Classes:
CompactPathRule,RewritePatternRule,RewriteRegexRule
- Enclosing class:
Rule
public static interface Rule.ApplyURI
Interface used to apply a changed target if
RuleContainer.setRewriteRequestURI(boolean) is true.-
Method Summary
-
Method Details
-
applyURI
void applyURI(org.eclipse.jetty.server.Request request, String oldURI, String newURI) throws IOException - Throws:
IOException
-