org.mortbay.jetty.handler.rewrite
Class RewritePatternRule
java.lang.Object
org.mortbay.jetty.handler.rewrite.Rule
org.mortbay.jetty.handler.rewrite.PatternRule
org.mortbay.jetty.handler.rewrite.RewritePatternRule
public class RewritePatternRule
- extends PatternRule
Rewrite the URI by replacing the matched PathMap path with a fixed string.
RewritePatternRule
public RewritePatternRule()
setReplacement
public void setReplacement(String value)
- Whenever a match is found, it replaces with this value.
- Parameters:
value - the replacement string.
apply
public String apply(String target,
HttpServletRequest request,
HttpServletResponse response)
throws IOException
- Description copied from class:
PatternRule
- Apply the rule to the request
- Specified by:
apply in class PatternRule
- Parameters:
target - field to attempt matchrequest - request objectresponse - response object
- Returns:
- The target (possible updated)
- Throws:
IOException - exceptions dealing with operating on request or response objects
toString
public String toString()
- Returns the replacement string.
- Overrides:
toString in class PatternRule
Copyright © 1995-2009 Mort Bay Consulting. All Rights Reserved.