org.eclipse.jetty.rewrite.handler
Class RedirectPatternRule
java.lang.Object
org.eclipse.jetty.rewrite.handler.Rule
org.eclipse.jetty.rewrite.handler.PatternRule
org.eclipse.jetty.rewrite.handler.RedirectPatternRule
public class RedirectPatternRule
- extends PatternRule
Redirects the response whenever the rule finds a match.
| Nested classes/interfaces inherited from class org.eclipse.jetty.rewrite.handler.Rule |
Rule.ApplyURI |
RedirectPatternRule
public RedirectPatternRule()
setLocation
public void setLocation(String value)
- Sets the redirect location.
- Parameters:
value - the location to redirect.
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 redirect location.
- Overrides:
toString in class PatternRule
Copyright © 1995-2011 Mort Bay Consulting. All Rights Reserved.