org.mortbay.jetty.handler.rewrite
Class RedirectPatternRule
java.lang.Object
org.mortbay.jetty.handler.rewrite.Rule
org.mortbay.jetty.handler.rewrite.PatternRule
org.mortbay.jetty.handler.rewrite.RedirectPatternRule
public class RedirectPatternRule
- extends PatternRule
Redirects the response whenever the rule finds a match.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
RedirectPatternRule
public RedirectPatternRule()
setLocation
public void setLocation(java.lang.String value)
- Sets the redirect location.
- Parameters:
value
- the location to redirect.
apply
public java.lang.String apply(java.lang.String target,
HttpServletRequest request,
HttpServletResponse response)
throws java.io.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:
java.io.IOException
- exceptions dealing with operating on request or response objects
toString
public java.lang.String toString()
- Returns the redirect location.
- Overrides:
toString
in class PatternRule
Copyright © 1995-2009 Mort Bay Consulting. All Rights Reserved.