Interface Rule.ApplyURI
-
- All Known Implementing Classes:
CompactPathRule,RewritePatternRule,RewriteRegexRule
- Enclosing class:
- Rule
public static interface Rule.ApplyURIInterface used to apply a changed target ifRuleContainer.setRewriteRequestURI(boolean)is true.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidapplyURI(org.eclipse.jetty.server.Request request, String oldURI, String newURI)
-
-
-
Method Detail
-
applyURI
void applyURI(org.eclipse.jetty.server.Request request, String oldURI, String newURI) throws IOException- Throws:
IOException
-
-