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)
           
 

Method Detail

applyURI

void applyURI(Request request,
              java.lang.String oldTarget,
              java.lang.String newTarget)
              throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2013. All Rights Reserved.