|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.server.rewrite.AbstractCondition
com.caucho.server.rewrite.ServerPortCondition
public class ServerPortCondition
A rewrite condition that passes if the value of
ServletRequest.getServerPort()
matches a regexp.
Method Summary | |
---|---|
java.lang.String |
getTagName()
Returns a descriptive name for the tag, for logging and for error messages. |
boolean |
isMatch(HttpServletRequest request,
HttpServletResponse response)
Returns true if the condition passes. |
Methods inherited from class com.caucho.server.rewrite.AbstractCondition |
---|
addHeaderValue, destroy, init, required |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public java.lang.String getTagName()
Condition
getTagName
in interface Condition
getTagName
in class AbstractCondition
public boolean isMatch(HttpServletRequest request, HttpServletResponse response)
Condition
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |