org.eclipse.jetty.rewrite.handler
Interface Rule.ApplyURI
- All Known Implementing Classes:
- 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 |
void |
applyURI(Request request,
java.lang.String oldTarget,
java.lang.String newTarget)
|
applyURI
void applyURI(Request request,
java.lang.String oldTarget,
java.lang.String newTarget)
throws java.io.IOException
- Throws:
java.io.IOException
Copyright © 2012. All Rights Reserved.