org.mortbay.jetty.handler.rewrite
public class MsieSslRule extends Rule
_handling, _terminating
Constructor and Description |
---|
MsieSslRule() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
matchAndApply(java.lang.String target,
HttpServletRequest request,
HttpServletResponse response)
This method calls tests the rule against the request/response pair and if the Rule
applies, then the rule's action is triggered.
|
isHandling, isTerminating, setHandling, setTerminating, toString
public java.lang.String matchAndApply(java.lang.String target, HttpServletRequest request, HttpServletResponse response) throws java.io.IOException
Rule
matchAndApply
in class Rule
target
- The target of the requestjava.io.IOException
- TODOCopyright © 2009 Mortbay Consulting Pty. Ltd. All Rights Reserved.